projects
/
physics.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
make clean
[physics.git]
/
src
/
GameStates
/
files.mk
1
CURDIR := GameStates/
2
FILES := # insure blank
3
4
FILES += CreatingPolygon.cpp
5
FILES += GameState.cpp
6
FILES += Paused.cpp
7
FILES += Running.cpp
8
9
FILES := $(addprefix ${CURDIR},${FILES})
10
11
SRCS += ${FILES}