summaryrefslogtreecommitdiffstats
path: root/TheOtherSide_of_the_Hill/Makefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2026-02-28 20:44:56 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2026-02-28 21:56:41 +0100
commit5de93e36a5e7f088c9b1466c5a2fe5da7b1c8a36 (patch)
tree4fba03f90543c3db698e41059d2b4364e6b90412 /TheOtherSide_of_the_Hill/Makefile
parentf16f52ad24cc1b05349ccecc716e82dbf7d2dfb8 (diff)
downloadasynk-rules-5de93e36a5e7f088c9b1466c5a2fe5da7b1c8a36.zip
asynk-rules-5de93e36a5e7f088c9b1466c5a2fe5da7b1c8a36.tar.gz
add The Other Side Of The HillHEADmaster
Diffstat (limited to 'TheOtherSide_of_the_Hill/Makefile')
-rw-r--r--TheOtherSide_of_the_Hill/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/TheOtherSide_of_the_Hill/Makefile b/TheOtherSide_of_the_Hill/Makefile
new file mode 100644
index 0000000..0331568
--- /dev/null
+++ b/TheOtherSide_of_the_Hill/Makefile
@@ -0,0 +1,20 @@
+.SUFFIXES: .lou .ps .pdf
+
+.lou.ps:
+ lout -r3 $< -o $@
+
+.ps.pdf:
+ ps2pdf -sPAPERSIZE=a4 $<
+
+The_Other_Side_of_the_Hill.pdf: The_Other_Side_of_the_Hill.lou \
+ sequence.lou \
+ procedures.lou \
+ definitions.lou \
+ cards.lou \
+ intrications.lou \
+ images.lou
+
+build: The_Other_Side_of_the_Hill.pdf
+
+clean:
+ -@ rm The_Other_Side_of_the_Hill.ps The_Other_Side_of_the_Hill.pdf *.li *.ld