Skip to content

Commit

Permalink
Small adjust to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutsuten committed Apr 26, 2024
1 parent 639eca1 commit 4d45dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ build: prepare

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

0 comments on commit 4d45dfa

Please sign in to comment.