aboutsummaryrefslogtreecommitdiff
path: root/src/source.mk
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-17 20:47:33 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-17 20:47:33 +0300
commit395efb9c8a0a0160a7b95769e9484bae5548bbde (patch)
treea5b4dc24dd3a2097d055b66b0cde8e23832802eb /src/source.mk
parent2023a7b2d9656f80b00de81453348c0a66f200f7 (diff)
downloadek-395efb9c8a0a0160a7b95769e9484bae5548bbde.tar.gz
ek-395efb9c8a0a0160a7b95769e9484bae5548bbde.zip
add analyzer and fix some reported issues
Diffstat (limited to 'src/source.mk')
-rw-r--r--src/source.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source.mk b/src/source.mk
index e6e5182..703e4a8 100644
--- a/src/source.mk
+++ b/src/source.mk
@@ -1,2 +1,2 @@
SRC_LOCAL != echo src/*.c
-EK_SOURCES := $(EK_SOURCES) $(SRC_LOCAL) gen/gen_parser.c
+EK_SOURCES := $(EK_SOURCES) $(SRC_LOCAL)