java: cleanup Makefile

This commit is contained in:
Nguyen Anh Quynh 2018-03-12 13:41:38 +08:00
parent 94b1168776
commit 1f408ce359
1 changed files with 1 additions and 1 deletions

View File

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