aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-07-04 13:53:51 +0000
committerOmar Polo <op@omarpolo.com>2022-07-04 13:53:51 +0000
commit870063d34412314da347f65ff4bd22d84dcac4dc (patch)
treec09f542e43ae707fcc785446b41c8837bdd9bdfb /Makefile
parent7fc52d51047b102ac27c72094d612c41c3ac3088 (diff)
include Makefile.depend too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 08d4f11..80901e5 100644
--- a/Makefile
+++ b/Makefile
@@ -137,6 +137,7 @@ Makefile.local config.h: configure ${TESTSRCS}
@exit 1
include Makefile.local
+include Makefile.depend
y.tab.c: parse.y
${YACC} -b y parse.y