notaz.gp2x.de
/
pcsx_rearmed.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
drc: merge Ari64's patch: 14_dont_save_or_restore_temporary
[pcsx_rearmed.git]
/
plugins
/
spunull
/
Makefile
Commit
Line
Data
ee78346e
1
CC = $(CROSS_COMPILE)gcc
2
3
all: spunull.so
4
de38f20e
5
-include Makefile.local
6
ee78346e
7
spunull.so: spunull.c
8
$(CC) $(CFLAGS) -shared -fPIC -ggdb -O2 -o $@ $^
9
10
clean:
11
$(RM) spunull.so