X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=0000000000000000000000000000000000000000;hp=c78d9b419cc5ee2575e6a52d39b820be36a71067;hb=3921e6882e71840a3422852d3381f1f8afdc9935;hpb=447762cf08b157e951670256bd0d5b6fcf2e3cd1 diff --git a/Makefile b/Makefile deleted file mode 100644 index c78d9b4..0000000 --- a/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -OBJECTS= page_dark.css - -all: $(OBJECTS) - -%.css: %.styl - stylus $< - -clean: - rm -f $(OBJECTS)