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 219f38b commit b2a63c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ windows:
darwin:
GOOS=darwin \
go build $(BUILD_FLAGS) -o $(DIST_DIR)/clocks-darwin
chmod +x $(DIST_DIR)/clocks-darwin

linux:
GOOS=linux \
go build $(BUILD_FLAGS) -o $(DIST_DIR)/clocks-linux
chmod +x $(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.4.0
0.5.0

0 comments on commit b2a63c3

Please sign in to comment.