repo.or.cz
/
rofl0r-conpix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated README for debian
[rofl0r-conpix.git]
/
Makefile
blob
9dfcb6091de23a1f0447ad2c166deabe52218942
1
CXXFLAGS
= -
O2
-
g
-
Wall
-
fmessage-length
=
0
2
3
OBJS
=
player.o
4
5
LIBS
=
6
7
TARGET
=
player
8
9
$(
TARGET
): $(
OBJS
)
10
$(
CXX
) -
o
$(
TARGET
) $(
OBJS
) $(
LIBS
)
11
12
all
: $(
TARGET
)
13
14
clean
:
15
rm
-
f
$(
OBJS
) $(
TARGET
)