started smart includes
[physics.git] / src / GameStates / files.mk
CommitLineData
0376f786
PG
1CURDIR := GameStates/
2FILES := # insure blank
3
4FILES += CreatingPolygon.cpp
5FILES += GameState.cpp
6FILES += Paused.cpp
7FILES += Running.cpp
8
9FILES := $(addprefix,${CURDIR},${FILES})
10
11SRCS += ${FILES}