X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fspunull%2FMakefile;h=f9b76ed961e732f5b4cec5b740e306bc8f93854f;hb=c6c3b1b36e53f576f540cbf99fb9f8d66ae1e92a;hp=7371522597a54041c78e06d81afe03221f89c50f;hpb=ee78346e30720ddb3f4c97b6598bdc6dc7257f98;p=pcsx_rearmed.git diff --git a/plugins/spunull/Makefile b/plugins/spunull/Makefile index 73715225..f9b76ed9 100644 --- a/plugins/spunull/Makefile +++ b/plugins/spunull/Makefile @@ -2,6 +2,8 @@ CC = $(CROSS_COMPILE)gcc all: spunull.so +-include Makefile.local + spunull.so: spunull.c $(CC) $(CFLAGS) -shared -fPIC -ggdb -O2 -o $@ $^