started smart includes
[physics.git] / src / input / files.mk
diff --git a/src/input/files.mk b/src/input/files.mk
new file mode 100644 (file)
index 0000000..3ca4ad0
--- /dev/null
@@ -0,0 +1,8 @@
+CURDIR         := input/
+FILES  := # insure blank
+
+FILES += inputManager.cpp
+
+FILES := $(addprefix,${CURDIR},${FILES})
+
+SRCS += ${FILES}