Skip to content

Commit

Permalink
makefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed Dec 30, 2023
1 parent c50a850 commit f1cccc4
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 @@ -7,7 +7,7 @@ install deploy: release
sudo cp -rf ./build/macos/Build/Products/Release/trax.app /Applications

tag = $(filter-out $@,$(MAKECMDGOALS))
publish:
publish: release
@[ "${tag}" ] && echo "Publishing version ${tag}" || ( echo "Usage: make publish <tag>"; exit 1 )
@-cd ./build/macos/Build/Products/Release/ && rm trax.zip > /dev/null 2>&1
@cd ./build/macos/Build/Products/Release/ && zip -q -r trax.zip trax.app
Expand Down

0 comments on commit f1cccc4

Please sign in to comment.