summaryrefslogtreecommitdiffstats
path: root/2MinutesToMidnight/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2MinutesToMidnight/Makefile')
-rw-r--r--2MinutesToMidnight/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/2MinutesToMidnight/Makefile b/2MinutesToMidnight/Makefile
new file mode 100644
index 0000000..4f6dcf0
--- /dev/null
+++ b/2MinutesToMidnight/Makefile
@@ -0,0 +1,11 @@
+
+.SUFFIXES: .lou .pdf
+
+.lou.pdf:
+ lout -Z $< -o $@
+
+2M2M.pdf: 2M2M.lou content.lou
+
+clean:
+ -@ rm 2M2M*.pdf *.li *.ld
+