Makefile fix for clean submoduling

This commit is contained in:
john stone 2013-07-23 03:00:59 +02:00
parent 3ec26098b8
commit c63207f891
2 changed files with 8 additions and 0 deletions

1
img/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.pdf

View File

@ -1,3 +1,10 @@
PDFS= Logo_CCC.pdf pesthoernchen.pdf
all: $(PDFS)
clean:
rm $(PDFS)
%.pdf: %.svg
inkscape --export-pdf=$@ $<