Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Jun 8, 2022
1 parent ff787e3 commit b7d07d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
VERSION:=0.1

all: windows linux_amd64 release

linux_amd64:
Expand All @@ -11,7 +13,7 @@ windows:
mv xcup.exe windows/

release:
zip -r xcup.zip linux/ windows/
zip -r xcup-${VERSION}.zip linux/ windows/

clean:
@rm -rf linux
Expand Down

0 comments on commit b7d07d8

Please sign in to comment.