cdriso: clean up after cdda thread removal
[pcsx_rearmed.git] / plugins / gpu_unai / Makefile
index cf2e5d2..1075ee5 100644 (file)
@@ -1,5 +1,6 @@
 CFLAGS += -ggdb -Wall -O3 -ffast-math
 CFLAGS += -DREARMED
+CFLAGS += -I../../include
 
 include ../../config.mak
 
@@ -10,6 +11,6 @@ ifeq "$(ARCH)" "arm"
 SRC += gpu_arm.s
 endif
 
-BIN_STANDLALONE = gpuPCSX4ALL.so
+#BIN_STANDALONE = gpuPCSX4ALL.so
 BIN_GPULIB = gpu_unai.so
 include ../gpulib/gpulib.mak