Skip to content

Commit

Permalink
add minetester specific cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-WAIFU committed Jul 20, 2023
1 parent 068725d commit cdbdd89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ minetester: $(MINETESTER_WHEEL)

install:
#install python library
pip install $(MINETESTER_WHEEL)
pip install $(MINETESTER_WHEEL) --force-reinstall

demo:
#install run demo script
Expand All @@ -60,3 +60,6 @@ demo:
clean:
#clean up repo
util/minetester/clean.sh

clean_minetester:
util/minetester/clean_minetester.sh
1 change: 1 addition & 0 deletions util/minetester/clean_minetester.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -r build/package

0 comments on commit cdbdd89

Please sign in to comment.