X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=9bbe26a3b2ee28d80ae5876e5770d89fc3268966;hb=4cff8737a670f1aeb0236d18d41bceeab4407db5;hp=2e57917abc7a49878a65dacf2e4707077862ef40;hpb=7690a6811179b10451ef828786160ab2e978ca86;p=peach-html5-editor.git diff --git a/Makefile b/Makefile index 2e57917..9bbe26a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,8 @@ -all: parse-html.js test.js +OBJECTS= parse-html.js test.js +all: $(OBJECTS) %.js: %.coffee coffee -c $< + +clean: + rm -f $(OBJECTS)