Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-WAIFU committed Jul 20, 2023
1 parent cdbdd89 commit 7b6e09d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ clean:
util/minetester/clean.sh

clean_minetester:
#clean up minetester, but not minetest
util/minetester/clean_minetester.sh
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ make demo #run the demo script
make clean #clean up build artifacts
```

Additionally the makefile supports a utility to clean only the minetester install

```
make clean_minetester #remove existing minetester install
make minetester #build minetester python library
make install #install python library into local environment along with nessesary dependencies
make demo #run the demo script
```

Minetest
========

Expand Down

0 comments on commit 7b6e09d

Please sign in to comment.