mave plugin and core shared includes to single location
[pcsx_rearmed.git] / plugins / gpu_unai / Makefile
index dd9e4ca..994997f 100644 (file)
@@ -1,9 +1,8 @@
-CC = $(CROSS_COMPILE)g++
-
-ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}')
-
+CFLAGS += -ggdb -Wall -O3 -ffast-math
 CFLAGS += -DREARMED
-CFLAGS += -ggdb -Wall -fPIC -O2 -ffast-math
+CFLAGS += -I../../include
+
+include ../../config.mak
 
 SRC_STANDALONE += gpu.cpp
 SRC_GPULIB += gpulib_if.cpp