From: daniel watson Date: Sun, 3 Nov 2013 05:52:40 +0000 (-0700) Subject: delete intermediate 3d print files with make clean X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=a941f5d5a1c4f9686d330bcd44e197031bc56e9a delete intermediate 3d print files with make clean --- diff --git a/Makefile b/Makefile index 4ab7d93..48ef3d4 100644 --- a/Makefile +++ b/Makefile @@ -14,11 +14,10 @@ index.html: README.html cp $< $@ clean: - rm -f ${HTMLS} ${PDFS} + rm -f ${HTMLS} ${PDFS} *.gcode *.x3g *.stl %.html: %.md markdown $< > $@ %.pdf: %.html - htmldoc --numbered --book --no-title --header /// -f $@ $< - + htmldoc --numbered --book --no-title --header /// -f $@ $<