Remove debug line from Makefile_raspberry
This commit is contained in:
parent
45247d6d8c
commit
53d631019f
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ endif
|
|||
all: arm
|
||||
|
||||
arm:
|
||||
test $(JAVA_LIB_PATH)
|
||||
$(MKDIR_P) ./arm
|
||||
$(CC) -c -fPIC -I$(JAVA_LIB_PATH) -I"$(JAVA_LIB_PATH_LINUX)" smashlib.c -o smashlib_arm.o
|
||||
$(CC) ${CFLAGS} -shared -fPIC -o ./arm/${APP_NAME} smashlib_arm.o -lc
|
||||
|
|
Loading…
Reference in a new issue