Author: Honza Pokorny <me@honza.ca>
Add clean target
Makefile | 4 ++++
diff --git a/Makefile b/Makefile index a10043eafa5f4f23151791105d219abd65f975a5..6394536580e9ab47d05f04e14be9980867780738 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,7 @@ go build -o bin/statik $(GOPATH)/src/github.com/rakyll/statik/statik.go gofmt: go fmt ./pkg/... ./cmd/... + +clean: + rm smithy + rm -rf pkg/statik