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=de38f20e0863e33a2a824380da5aa46b1dc39631;hpb=131f0d940d328ff884503b9979f9936a36c7f0b7 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 $@ $^