ref: 90a6c98e077f034a9a89e347a331bda92d7c5181
dir: /parse/Makefile/
LIB=libparse.a
OBJ=bitset.o \
dump.o \
gram.o \
htab.o \
infer.o \
names.o \
node.o \
pickle.o \
specialize.o \
stab.o \
tok.o \
type.o \
use.o \
util.o
CLEAN=gram.c
include ../mk/lexyacc.mk
include ../mk/c.mk