Fix Java Makefile on Darwin (#936)

* Fixes the logic for Dylib extensions on macOS.
* Adds an uninstall task and documentation.
This commit is contained in:
Jeremy Sears
2018-03-12 09:40:40 -04:00
committed by Nguyen Anh Quynh
parent dab5060005
commit 94b1168776
3 changed files with 14 additions and 5 deletions

View File

@@ -15,6 +15,9 @@ jar:
install: lib jar
$(MAKE) -f Makefile.build install
uninstall:
$(MAKE) -f Makefile.build uninstall
gen_const:
cd .. && python const_generator.py java