summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-09-01 23:44:36 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-09-01 23:44:36 +0200
commit19b28fafe0ee8c0f3123e8698f1fe30ada653b36 (patch)
tree3042f09ade5ba0e96063b1d163cb9e2e1697e83a /src
parentb62d97800bfd2d6aafd75b5afc72c180d5241784 (diff)
Forces checking of subcomponents.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 1cd5199..8ae0d15 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,8 @@
+################################################################################
SRC_FILES = $(wildcard ./*.c)
OBJ_FILES = $(SRC_FILES:.c=.o)
DEP_FILES = $(SRC_FILES:.c=.d)
+################################################################################
build: export.a