Add a clean target to the Makefile

This commit is contained in:
Radu Voicilas 2013-07-18 17:26:36 +03:00 committed by Mitchell Hashimoto
parent 104178080c
commit 0f1bc9ee6f
1 changed files with 3 additions and 0 deletions

View File

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