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