shithub: mc

ref: 358de40c2f56409ced4d76cd2c4201c609457dac
dir: /parse/Makefile/

View raw version
LIB=libparse.a
OBJ=\
	dump.o \
	err.o \
	export.o \
	fold.o \
	gram.o \
	infer.o \
	names.o \
	node.o \
	specialize.o \
	stab.o \
	tok.o \
	type.o \
	use.o \

GENHDR=gram.h
CLEAN=gram.c gram.h

DEPS=../util/libutil.a

include ../mk/lexyacc.mk
include ../mk/c.mk