diff options
Diffstat (limited to 'utils/cover/Makefile')
-rw-r--r-- | utils/cover/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/utils/cover/Makefile b/utils/cover/Makefile deleted file mode 100644 index 2fddab0..0000000 --- a/utils/cover/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -TARGET_PDF = cover.pdf - -.PHONY: pdf -pdf: $(TARGET_PDF) - -$(TARGET_PDF): cover.svg - inkscape $^ --export-pdf=$@ - -cover.svg: cover.scm # Cover data too - chibi-scheme cover.scm > cover.svg - -.PHONY: clean -clean: - rm $(TARGET_PDF) cover.svg |