X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=Makefile;h=56deb650c3178efa91e779476197ff3153fa09b5;hp=48ef3d4a1bf682944f79b3297afc87aa5068108f;hb=3f827760e8f5a7f73c93ddffd7b5fe194f404203;hpb=bc750455ce18651fca4a746ceaff591d97aca93a 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 $< > $@