Bump version and generate bindings
This commit is contained in:
@@ -36,6 +36,9 @@ unicorn_Unicorn.o: unicorn_Unicorn.c target/headers/unicorn_Unicorn.h
|
||||
libunicorn_java$(LIB_EXT): $(OBJS)
|
||||
$(CC) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
|
||||
|
||||
gen_const:
|
||||
cd .. && python3 const_generator.py java
|
||||
|
||||
clean:
|
||||
rm -f libunicorn_java$(LIB_EXT)
|
||||
rm -f $(OBJS)
|
||||
|
||||
Reference in New Issue
Block a user