Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
prnvbn committed Feb 4, 2024
1 parent f4c24a5 commit 28db4cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY : dist windows darwin linux-amd64 linux-arm64
.PHONY : dist windows darwin linux

DIST_DIR="dist"
ZIP="zip -m"
Expand All @@ -9,7 +9,7 @@ BUILD_FLAGS=-ldflags=$(LDFLAGS)

dist:
mkdir -p $(DIST_DIR)
$(MAKE) windows darwin linux-amd64 linux-arm64
$(MAKE) windows darwin linux

.PHONY= build-windows
windows:
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0

0 comments on commit 28db4cc

Please sign in to comment.