summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-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