Commit 1f13e396 authored by Svetomir Smiljkovic's avatar Svetomir Smiljkovic

Add make clean command

parent c29012e8
...@@ -32,4 +32,9 @@ build: export CGO_ENABLED=0 ...@@ -32,4 +32,9 @@ build: export CGO_ENABLED=0
build: build:
$(GO) build -trimpath -ldflags "$(LDFLAGS)" ./... $(GO) build -trimpath -ldflags "$(LDFLAGS)" ./...
.PHONY: clean
clean:
$(GO) clean
rm -rf dist/
FORCE: FORCE:
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