Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutsuten committed Nov 1, 2023
1 parent 7e6aa42 commit 6a06229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
run:
env DISABLE_QT5_COMPAT=1 anki -p Test
anki -p Test

build: prepare
(cd src && zip -r ../dist/lifedrain21.zip * -x "*.pyc" -x "meta.json")
(cd src && zip -r ../dist/lifedrain.zip * -x "*.pyc" -x "meta.json")

prepare:
mkdir -p dist
rm -rf dist/lifedrain21.zip
rm -rf dist/lifedrain.zip
find src -name __pycache__ -type d -exec rm -r {} +

0 comments on commit 6a06229

Please sign in to comment.