summaryrefslogtreecommitdiffstats
path: root/LastHundredYards/Makefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2024-03-20 16:29:20 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2024-03-20 16:29:43 +0100
commitedbd4a763fcae95e6ac3461e0279e6086a4b1c6d (patch)
treef954acd81765c29f4c3eb9eaed2a918ec5ebe3b3 /LastHundredYards/Makefile
parent68de7f95d645d950ea993dac160822fd1ce1511e (diff)
downloadasynk-rules-edbd4a763fcae95e6ac3461e0279e6086a4b1c6d.zip
asynk-rules-edbd4a763fcae95e6ac3461e0279e6086a4b1c6d.tar.gz
LHY : first shot
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