update makefile to add java to all

This commit is contained in:
2026-06-02 08:55:36 -03:00
parent 4fe0701455
commit 3c904fb657

View File

@@ -14,7 +14,7 @@ CPP_SRCS = $(wildcard ${BASE_NPATH}/*.cpp)
OBJS = $(CPP_SRCS:.cpp=.o)
NATIVE_NAME=main
all: $(TARGET)
all: java $(TARGET)
$(TARGET): $(OBJS)
g++ -shared -o ${BASE_NPATH}/$(TARGET) \