cleaning up clean target
This commit is contained in:
parent
a1f7090d15
commit
8a6af29058
@ -12,12 +12,15 @@ hello:
|
||||
|
||||
build: clean css js
|
||||
|
||||
|
||||
css: less
|
||||
cp css/* $(STATIC_CSS)
|
||||
|
||||
|
||||
js: coffee
|
||||
cp js/* $(STATIC_JS)
|
||||
|
||||
|
||||
less:
|
||||
make -C less
|
||||
mv less/*css $(STATIC_CSS)
|
||||
@ -27,10 +30,14 @@ coffee:
|
||||
make -C coffee
|
||||
mv coffee/*js $(STATIC_JS)
|
||||
|
||||
|
||||
clean:
|
||||
rm -f $(STATIC_CSS)/hy.css
|
||||
rm -f $(STATIC_CSS) $(STATIC_JS)
|
||||
mkdir -p $(STATIC_CSS) $(STATIC_JS)
|
||||
|
||||
|
||||
devel:
|
||||
@./devel.sh
|
||||
|
||||
|
||||
.PHONY: build clean less coffee devel
|
||||
|
Loading…
Reference in New Issue
Block a user