aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-08-16 21:03:29 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-08-16 21:03:29 +0300
commit36e783aababadc0bb3e3c55f7616650523877e96 (patch)
tree7048a65c6e9cf6c5a2cacb93ed31bb2e7e9ecec8 /Makefile
parent3f79c03d4d6afcea485d1b561c40a99112a353e0 (diff)
downloadek-36e783aababadc0bb3e3c55f7616650523877e96.tar.gz
ek-36e783aababadc0bb3e3c55f7616650523877e96.zip
update build system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 777df9b..c5e18fa 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,6 @@ CC = gcc
SOURCES :=
include src/source.mk
-include gen/source.mk
COMPILE = $(CROSS_COMPILE)$(CC) $(DEBUGFLAGS)\
$(CFLAGS) $(DEPFLAGS) $(COMPILEFLAGS) $(INCLUDEFLAGS)