Skip to content

Commit

Permalink
Makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prugala committed Nov 13, 2019
1 parent d2889df commit 4fa3dbb
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 @@ -28,4 +28,4 @@ $(DARWIN):
env GOOS=darwin GOARCH=amd64 go build -i -v -o $(DARWIN) -ldflags="-s -w -X main.version=$(VERSION)" .

clean: ## Remove previous build
rm -f $(WINDOWS) $(LINUX) $(DARWIN)
rm -rf $(BUILD_DIR)

0 comments on commit 4fa3dbb

Please sign in to comment.