Skip to content

Commit

Permalink
Fix make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontj committed Sep 25, 2018
1 parent acf5e0c commit 9d199ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GOFMT ?= gofmt -s
.PHONY: clean
clean:
$(GO) clean -i ./...
rm -rf $(EXECUTABLE) $(DIST) $(BINDATA)
rm -rf $(BUILD)

.PHONY: fmt
fmt:
Expand Down

0 comments on commit 9d199ab

Please sign in to comment.