summaryrefslogtreecommitdiff
path: root/examples/hello_lex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_lex/Makefile')
-rw-r--r--examples/hello_lex/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/hello_lex/Makefile b/examples/hello_lex/Makefile
index 211e442..e21d074 100644
--- a/examples/hello_lex/Makefile
+++ b/examples/hello_lex/Makefile
@@ -1,5 +1,7 @@
-PROG = hello_lex
-SRCS = hello_lex.l
+PROG = hello_lex
+SRCS = hello_lex.l
+
+DPSRCS = hello_lex.c
.include "test.mk"
.include <mkc.prog.mk>