Commit f415fc18 authored by Radu Voicilas's avatar Radu Voicilas Committed by Mitchell Hashimoto

Add a clean target to the Makefile

parent 9ab04e95
......@@ -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 ./...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment