summaryrefslogtreecommitdiff
path: root/examples/hello_yacc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_yacc/Makefile')
-rw-r--r--examples/hello_yacc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/hello_yacc/Makefile b/examples/hello_yacc/Makefile
index b9713c3..cfb88da 100644
--- a/examples/hello_yacc/Makefile
+++ b/examples/hello_yacc/Makefile
@@ -1,6 +1,7 @@
-PROG = hello_calc
+PROG = hello_calc
+SRCS = calc.y
-SRCS = calc.y
+DPSRCS = calc.c
.include "test.mk"
.include <mkc.prog.mk>