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