notaz.gp2x.de
/
pcsx_rearmed.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
frontend: move skin and darken the background
[pcsx_rearmed.git]
/
plugins
/
spunull
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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