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