summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-09-01 21:15:52 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-09-01 21:15:52 +0200
commit2b1c103df8a566f1fee62a040da079a052cee83f (patch)
tree71a80b80298b3529df10830e3ae1b9b76babbb01 /src/core
parent8a37d71ce6ca77f87f773299461cbdbf2058565b (diff)
Switches to Makefiles.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/CMakeLists.txt8
l---------src/core/Makefile1
2 files changed, 1 insertions, 8 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
deleted file mode 100644
index b864aff..0000000
--- a/src/core/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-set(
- SRC_FILES ${SRC_FILES}
- ${CMAKE_CURRENT_SOURCE_DIR}/char.c
- ${CMAKE_CURRENT_SOURCE_DIR}/index.c
-)
-
-set(SRC_FILES ${SRC_FILES} PARENT_SCOPE)
-
diff --git a/src/core/Makefile b/src/core/Makefile
new file mode 120000
index 0000000..d0b0e8e
--- /dev/null
+++ b/src/core/Makefile
@@ -0,0 +1 @@
+../Makefile \ No newline at end of file