From f415fc18ef36038f852be5929902a83b3d55e99d Mon Sep 17 00:00:00 2001 From: Radu Voicilas Date: Thu, 18 Jul 2013 17:26:36 +0300 Subject: [PATCH] Add a clean target to the Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d8d0bbc60..4c354a7cf 100644 --- a/Makefile +++ b/Makefile @@ -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 ./...