diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-24 21:01:56 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-24 21:01:56 +0000 |
commit | 54d52ce712fac694d2893de2df3bda6af616dca6 (patch) | |
tree | 20e158833b75360c7c4dde4e9e4767558665333e /maths/work/rev1/Makefile | |
parent | 590b61cdc1120315197f65dd780c919b6e13e385 (diff) |
finished parametrics work
Diffstat (limited to 'maths/work/rev1/Makefile')
-rw-r--r-- | maths/work/rev1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maths/work/rev1/Makefile b/maths/work/rev1/Makefile index acac884..77969aa 100644 --- a/maths/work/rev1/Makefile +++ b/maths/work/rev1/Makefile @@ -1,4 +1,4 @@ all: parametrics.ms - eqn parametrics.ms | groff -Tps -ms | ps2pdf - > parametrics.pdf + eqn parametrics.ms | groff -Gp -Tps -ms | ps2pdf - > parametrics.pdf |