X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=56deb650c3178efa91e779476197ff3153fa09b5;hb=0708912a2030221a80f45b49a135f3d9ec13e3ad;hp=48ef3d4a1bf682944f79b3297afc87aa5068108f;hpb=a941f5d5a1c4f9686d330bcd44e197031bc56e9a;p=challenge-bot diff --git a/Makefile b/Makefile index 48ef3d4..56deb65 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,8 @@ index.html: README.html cp $< $@ clean: - rm -f ${HTMLS} ${PDFS} *.gcode *.x3g *.stl + rm -f ${HTMLS} ${PDFS} 3d-printables/*.gcode \ + 3d-printables/*.x3g 3d-printables/*.stl %.html: %.md markdown $< > $@