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