implement partial clean

master 0.1.0
Michele Guerini Rocco 2019-05-16 00:26:26 +02:00
parent 940f93153b
commit 343e9c78fc
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@ code.pdf: code.ps
code.ps pagenums: filelist footer.ps MANIFEST books
$(PSGEN) -P2 -l3 -DfooterFile=footer.ps filelist pagenums 1 \
| $(INCLUDERES) > code.ps
| $(INCLUDERES) > code.ps
books:
ln -s $(BOOKROOT) books
@ -24,4 +24,7 @@ gv%: %.ps
gv $<
clean:
rm -f MANIFEST books pagenums code.ps
cleaner:
rm -f `cat .gitignore`