Files
9base/hoc/Makefile
2009-08-10 15:04:03 +01:00

10 lines
177 B
Makefile

# hoc - hoc unix port from plan9
# Depends on ../lib9
TARG = hoc
OFILES = y.tab.o init.o code.o math.o symbol.o
YFILES = hoc.y
MANFILES = hoc.1
include ../yacc.mk