From bb10c721fd35d6e8db661ed2508292a71add9abb Mon Sep 17 00:00:00 2001 From: Marianne Chevrot Date: Sun, 26 Mar 2023 23:22:11 +0200 Subject: Add deployment of all sub apps --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3