repo.or.cz
/
Projeto-PCG.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Agora nao eh mais uma bola o player, eh um par de pernas.
[Projeto-PCG.git]
/
Makefile
blob
5af9f11fdd475243e7e6dd95141793e27898cc04
1
OBJS
=
\
2
main.o \
3
geometry.o \
4
luaenv.o \
5
player.o \
6
game.o \
7
timer.o \
8
controle.o \
9
thing.o \
10
gravity.o \
11
12
13
SRCS
= $(
OBJS
,
.o
=
.
cpp
)
14
15
all
:
a.out
16
17
a.out
: $(
OBJS
)
18
g
++ -
lSDL
-
lGL
$(
OBJS
)
liblua.a
19
20
.
cpp
.o
:
21
g
++ -
c
$<
22
23
clean
:
24
rm
-
f a.out
*
.o