X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2Fscribble-multiple-dir-example;a=blobdiff_plain;f=Makefile;h=84fdf36ddc991f1ae5d5326354fe996de34cac24;hp=c0fbffef07ebda4ab9f54bfbb02625f4b0ec7679;hb=3788884df99f49883d201e8bd7a57bc90f182589;hpb=ff2ae268618f864f3afd3c65b5d4cabded656e47 diff --git a/Makefile b/Makefile index c0fbffe..84fdf36 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,11 @@ all:test test: scribble top-level.scrbl + +clean: + rm -f scribble-common.js \ + scribble-style.css scribble.css \ + image.png \ + top-level.html + +new: clean all