X-Git-Url: https://jasonwoof.com/gitweb/?p=crayon_mockup.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=cc4e070adffaec3d74e0a92614865ea18c068eea;hp=0000000000000000000000000000000000000000;hb=c8077c7a5c9ce3610d8f926b7fdf8969974728c8;hpb=591650afff9fefa9c5e5e71419559e0bffe82cc4 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cc4e070 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +objects= auto.js + +all: $(objects) + +clean: + rm -f $(objects) + +%.js: %.coffee + coffee -c $<