repo.or.cz
/
ps3linux_ps3lv1write.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_ps3lv1write.git]
/
Makefile
blob
64d3d13f5c323464cb246b828a8147c1a6e0b640
1
2
CC
=
gcc
3
CFLAGS
=-
O2
-
Wall
-
g
4
LDFLAGS
=
5
6
all
:
ps3lv1write
7
8
ps3lv1write
:
ps3lv1write.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 ps3lv1write.o ps3lv1write