Fix gen_const

This commit is contained in:
lazymio
2021-10-26 13:10:59 +02:00
parent 9131856506
commit 9e1443013b
5 changed files with 12 additions and 12 deletions

View File

@ -19,7 +19,7 @@ uninstall:
$(MAKE) -f Makefile.build uninstall
gen_const:
cd .. && python const_generator.py java
cd .. && python3 const_generator.py java
clean:
rm -f unicorn/*.class