summaryrefslogtreecommitdiffstats
path: root/LastHundredYards/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'LastHundredYards/Makefile')
-rw-r--r--LastHundredYards/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/LastHundredYards/Makefile b/LastHundredYards/Makefile
new file mode 100644
index 0000000..c9b83fa
--- /dev/null
+++ b/LastHundredYards/Makefile
@@ -0,0 +1,36 @@
+.SUFFIXES: .lou .pdf
+
+.lou.pdf:
+ lout -r2 -Z $< -o $@
+
+LHY-tables.pdf:
+ lout -Z $< -o $@
+
+LHY-tables.pdf: LHY-tables.lou \
+ defs.lou \
+ tables/atdrm.lou \
+ tables/mdrm.lou \
+ tables/sadrm.lou \
+ tables/recovery.lou \
+ tables/concealed.lou \
+ tables/maneuver.lou \
+ tables/transport.lou \
+ tables/assault.lou \
+ tables/tracks.lou \
+ tables/withdrawal.lou \
+ tables/japanese.lou \
+ tables/tems.lou \
+ tables/latw.lou \
+ tables/leaders.lou \
+ tables/fate.lou \
+ tables/mines.lou \
+ tables/colors.lou \
+ tables/limited_reactions.lou \
+ tables/assault_reactions.lou \
+ tables/deployment.lou \
+ tables/avfs.lou \
+ tables/fire_resolution.lou
+
+clean:
+ -@ rm LHY-tables.pdf *.li *.ld tables/*.ld
+ -@ find -name "*~" -delete