get it to BUILD and RUN
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,7 +1,7 @@
|
||||
CC=gcc
|
||||
CXX=g++
|
||||
CFLAGS=-Wall -Wextra -fno-sanitize=address
|
||||
LD_FLAGS=-fno-sanitize=address
|
||||
CFLAGS=-Wall -Wextra
|
||||
LD_FLAGS=
|
||||
TARGET=libcarbon.so
|
||||
|
||||
BASE_PATH=./src/main/org/neoflock/NeoNucleus
|
||||
@@ -32,6 +32,6 @@ run: all
|
||||
|
||||
clean:
|
||||
rm ${JAVA_CLASSES}
|
||||
rm $(OBJS) $(TARGET)
|
||||
rm $(OBJS) $(BASE_NPATH)/$(TARGET)
|
||||
|
||||
.PHONY: all clean
|
||||
Reference in New Issue
Block a user