Skip to content

Commit

Permalink
[fix] makefile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Oct 25, 2014
1 parent 4dc00f7 commit a53e00a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
@@ -1,8 +1,7 @@

all: prepare base full group

prepare:
@rm -rf build/
prepare: clean
@mkdir build/
@echo "[!] build/ directory created"

Expand All @@ -19,6 +18,6 @@ group:
@echo "[!] cssplot.group.css generated"

clean:
@rm -rf src/*.css
@rm -rf build/

.PHONY: all prepare base full clean

0 comments on commit a53e00a

Please sign in to comment.