diff options
author | Marianne Chevrot <blackmoor+git@devys.org> | 2023-03-26 23:22:11 +0200 |
---|---|---|
committer | Marianne Chevrot <blackmoor+git@devys.org> | 2023-03-26 23:22:29 +0200 |
commit | bb10c721fd35d6e8db661ed2508292a71add9abb (patch) | |
tree | 1658de8a01c88857793292ded3ba6206921d78d7 /Makefile | |
parent | 9ac6414545ca390d39597af10df6c0f4a65589d2 (diff) | |
download | gamechest-bb10c721fd35d6e8db661ed2508292a71add9abb.tar.gz gamechest-bb10c721fd35d6e8db661ed2508292a71add9abb.tar.bz2 gamechest-bb10c721fd35d6e8db661ed2508292a71add9abb.zip |
Add deployment of all sub apps
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +all: zipapp + make -C pygame deploy + if [ -e ~/games/.saves ]; then cp ./gamechesttui ~/games/.saves/tools/bin/. ; elif [ -e ~/game-saves ]; then cp ./gamechesttui ~/game-saves/tools/bin/. ; fi + static-fix: isort --order-by-type --atomic gamechestcli |