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 28db4cc commit 219f38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ darwin:

linux:
GOOS=linux \
go build $(BUILD_FLAGS) -o clocks-linux-arm64
go build $(BUILD_FLAGS) -o $(DIST_DIR)/clocks-linux

clean:
rm -r $(DIST_DIR)/
2 changes: 1 addition & 1 deletion cmd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0

0 comments on commit 219f38b

Please sign in to comment.