diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-04-20 12:23:12 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-10-22 11:17:59 +0200 |
commit | 90b231ba43096b1c9954fd37731e07c2957285e9 (patch) | |
tree | 5ad174de0fe95ba43c1e9827b279b17a110f6826 /WhiteStarRising | |
parent | 7ece9f9cf3084a1c41921d397408e9a44b0cb233 (diff) | |
download | asynk-rules-90b231ba43096b1c9954fd37731e07c2957285e9.zip asynk-rules-90b231ba43096b1c9954fd37731e07c2957285e9.tar.gz |
Makefile cleanup
Diffstat (limited to 'WhiteStarRising')
-rw-r--r-- | WhiteStarRising/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WhiteStarRising/Makefile b/WhiteStarRising/Makefile index b192f89..3a7cf3a 100644 --- a/WhiteStarRising/Makefile +++ b/WhiteStarRising/Makefile @@ -1,4 +1,7 @@ -include ../Makefile_lout +.SUFFIXES: .lou .pdf + +.lou.pdf: + lout -Z $< -o $@ WhiteStarRising.pdf: rulesdoc |