Add a clean target to the Makefile

pull/196/merge
Radu Voicilas 13 years ago committed by Mitchell Hashimoto
parent 104178080c
commit 0f1bc9ee6f

@ -10,6 +10,9 @@ all:
@echo "$(OK_COLOR)==> Building$(NO_COLOR)"
@./scripts/build.sh
clean:
@rm -rf bin/ local/ pkg/ src/ website/.sass-cache website/build
format:
go fmt ./...

Loading…
Cancel
Save