Add a clean target to the Makefile

pull/919/head
Radu Voicilas 13 years ago committed by Mitchell Hashimoto
parent 9ab04e953b
commit f415fc18ef

@ -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