X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fspunull%2FMakefile;h=f9b76ed961e732f5b4cec5b740e306bc8f93854f;hp=7371522597a54041c78e06d81afe03221f89c50f;hb=edee4a7fc46dd881c2a45d14ce569fbfd8336516;hpb=ee78346e30720ddb3f4c97b6598bdc6dc7257f98 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 $@ $^