Remove debug line from Makefile_raspberry

master
Dmitry Isaenko 2020-07-23 18:11:10 +03:00
parent 45247d6d8c
commit 53d631019f
1 changed files with 0 additions and 1 deletions

View File

@ -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