repo.or.cz
/
ps3linux_ps3lv1call_tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial import
[ps3linux_ps3lv1call_tools.git]
/
Makefile
blob
e2e548a9494b6ca58e104613cafd473538a247a5
1
2
CC
=
gcc
3
CFLAGS
=-
O2
-
Wall
-
g
4
LDFLAGS
=
5
6
all
:
ps3lv1call
7
8
ps3lv1call
:
ps3lv1call.o dev.o
9
$(
CC
) $(
LDFLAGS
) -
o
$
@
$
^
10
11
%
.o
: %
.c
12
$(
CC
) $(
CFLAGS
) -
c
$<
13
14
.PHONY
:
clean
15
clean
:
16
rm
-
f dev.o
17
rm
-
f ps3lv1call.o ps3lv1call