diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-24 18:35:17 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-24 18:35:17 +0000 |
commit | 590b61cdc1120315197f65dd780c919b6e13e385 (patch) | |
tree | 18781ed8c04668e16972a0baf36a83fd92b490fe /maths/work/rev1/Makefile | |
parent | c509339286e7aac6d1b8557cf3a55326ce3e1d75 (diff) |
maths and comp sci
Diffstat (limited to 'maths/work/rev1/Makefile')
-rw-r--r-- | maths/work/rev1/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maths/work/rev1/Makefile b/maths/work/rev1/Makefile new file mode 100644 index 0000000..acac884 --- /dev/null +++ b/maths/work/rev1/Makefile @@ -0,0 +1,4 @@ +all: parametrics.ms + eqn parametrics.ms | groff -Tps -ms | ps2pdf - > parametrics.pdf + + |