diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-06-05 15:35:53 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-06-05 15:36:25 +0200 |
commit | c2191fb776cdca6b80844974a19dcb91d668a6cf (patch) | |
tree | 52d801ae49eaf2dc826b3e14b531904cf56e9673 /2MinutesToMidnight/Makefile | |
parent | c9a92b8cf6fca0ddc49f55a310a15aca16213bc8 (diff) | |
download | asynk-rules-c2191fb776cdca6b80844974a19dcb91d668a6cf.zip asynk-rules-c2191fb776cdca6b80844974a19dcb91d668a6cf.tar.gz |
add 2MinutesToMidnight
Diffstat (limited to '2MinutesToMidnight/Makefile')
-rw-r--r-- | 2MinutesToMidnight/Makefile | 11 |
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 + |