f9b76ed961e732f5b4cec5b740e306bc8f93854f
[pcsx_rearmed.git] / plugins / spunull / Makefile
1 CC = $(CROSS_COMPILE)gcc
2
3 all: spunull.so
4
5 -include Makefile.local
6
7 spunull.so: spunull.c
8         $(CC) $(CFLAGS) -shared -fPIC -ggdb -O2 -o $@ $^
9
10 clean:
11         $(RM) spunull.so