summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarianne Chevrot <blackmoor+git@devys.org>2023-03-26 23:22:11 +0200
committerMarianne Chevrot <blackmoor+git@devys.org>2023-03-26 23:22:29 +0200
commitbb10c721fd35d6e8db661ed2508292a71add9abb (patch)
tree1658de8a01c88857793292ded3ba6206921d78d7 /Makefile
parent9ac6414545ca390d39597af10df6c0f4a65589d2 (diff)
downloadgamechest-bb10c721fd35d6e8db661ed2508292a71add9abb.tar.gz
gamechest-bb10c721fd35d6e8db661ed2508292a71add9abb.tar.bz2
gamechest-bb10c721fd35d6e8db661ed2508292a71add9abb.zip
Add deployment of all sub apps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7c6f06..5b52062 100644
--- a/Makefile
+++ b/Makefile
@@ -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