summaryrefslogtreecommitdiff
path: root/examples/hello_yacc/Makefile
blob: b9713c3b88c31ee31c0a33d5050fd93d08164e6b (plain)
1
2
3
4
5
6
PROG =	hello_calc

SRCS =	calc.y

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