diff options
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 |