X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fspunull%2FMakefile;fp=plugins%2Fspunull%2FMakefile;h=7371522597a54041c78e06d81afe03221f89c50f;hp=0000000000000000000000000000000000000000;hb=ee78346e30720ddb3f4c97b6598bdc6dc7257f98;hpb=83a79d01995051a2778784887d086689ff815667 diff --git a/plugins/spunull/Makefile b/plugins/spunull/Makefile new file mode 100644 index 00000000..73715225 --- /dev/null +++ b/plugins/spunull/Makefile @@ -0,0 +1,9 @@ +CC = $(CROSS_COMPILE)gcc + +all: spunull.so + +spunull.so: spunull.c + $(CC) $(CFLAGS) -shared -fPIC -ggdb -O2 -o $@ $^ + +clean: + $(RM) spunull.so