diff options
author | Omar Polo <op@omarpolo.com> | 2022-07-04 13:53:51 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-07-04 13:53:51 +0000 |
commit | 870063d34412314da347f65ff4bd22d84dcac4dc (patch) | |
tree | c09f542e43ae707fcc785446b41c8837bdd9bdfb /Makefile | |
parent | 7fc52d51047b102ac27c72094d612c41c3ac3088 (diff) |
include Makefile.depend too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |