Skip to content

Commit

Permalink
zip -r
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Sep 10, 2023
1 parent 7429150 commit 04f9e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ docker-release-windows:
docker run -v $(shell pwd):/tmp/workdir -w /tmp/workdir hldtux/sdl2-compiler make -e CC=x86_64-w64-mingw32-g++ release

zip-all:
$(MAKE) docker-release-linux && zip Linux.zip `find . -name "release-Linux" -print`
# $(MAKE) docker-release-windows && zip Windows.zip `find . -name "release-Windows" -print`
$(MAKE) docker-release-linux && zip -r Linux.zip `find . -name "release-Linux" -print`
# $(MAKE) docker-release-windows && zip -r Windows.zip `find . -name "release-Windows" -print`

args = `arg="$(filter-out $@,$(MAKECMDGOALS))" && echo $${arg:-${1}}`
docker-run:
Expand Down

0 comments on commit 04f9e55

Please # to comment.