summaryrefslogtreecommitdiff
path: root/examples/hello_yacc/Makefile
blob: cfb88da985545822955aca11087c604e77ee7810 (plain)
1
2
3
4
5
6
7
PROG =		hello_calc
SRCS =		calc.y

DPSRCS =	calc.c

.include "test.mk"
.include <mkc.prog.mk>