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/hw/eq17/Makefile | |
parent | c509339286e7aac6d1b8557cf3a55326ce3e1d75 (diff) |
maths and comp sci
Diffstat (limited to 'maths/hw/eq17/Makefile')
-rw-r--r-- | maths/hw/eq17/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maths/hw/eq17/Makefile b/maths/hw/eq17/Makefile new file mode 100644 index 0000000..6635264 --- /dev/null +++ b/maths/hw/eq17/Makefile @@ -0,0 +1,4 @@ +all: eq17 + +eq17: eq17.ms + groff -ms -Tps -e eq17.ms | ps2pdf - > eq17.pdf |