diff options
author | vg <vgm+dev@devys.org> | 2023-01-02 18:23:33 +0100 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2023-01-02 18:23:33 +0100 |
commit | 59f21d6c7e97e7eb1ad70d31523929d398d27972 (patch) | |
tree | 48b1fb25a459c6b9cf444dc883fb54c3b9945495 /pygame/Makefile | |
parent | 096312be3165c9f6775c2a082aeaabd24aaaed53 (diff) | |
download | gamechest-59f21d6c7e97e7eb1ad70d31523929d398d27972.tar.gz gamechest-59f21d6c7e97e7eb1ad70d31523929d398d27972.tar.bz2 gamechest-59f21d6c7e97e7eb1ad70d31523929d398d27972.zip |
git-sync on dita
Diffstat (limited to 'pygame/Makefile')
-rw-r--r-- | pygame/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pygame/Makefile b/pygame/Makefile index 36729a7..3ca825c 100644 --- a/pygame/Makefile +++ b/pygame/Makefile @@ -14,10 +14,10 @@ all: deploy .PHONY: deploy deploy: - rm -rf ~/games/.saves/tools/bin/libs/gamechestgui + #rm -rf ~/games/.saves/tools/bin/libs/gamechestgui mkdir -p ~/games/.saves/tools/bin/libs/gamechestgui - pip3 install --target ~/games/.saves/tools/bin/libs/gamechestgui -r ../gamechestcli/requirements.txt - pip3 install --target ~/games/.saves/tools/bin/libs/gamechestgui -r requirements.txt + pip3 install -U --target ~/games/.saves/tools/bin/libs/gamechestgui -r ../gamechestcli/requirements.txt + pip3 install -U --target ~/games/.saves/tools/bin/libs/gamechestgui -r requirements.txt rsync -Pa ../gamechestcli/gamechest ~/games/.saves/tools/bin/libs/gamechestgui/. rsync -Pa __init__.py profiledb.py ~/games/.saves/tools/bin/libs/gamechestgui/. rsync -Pa gamechestgui ~/games/.saves/tools/bin/. |