shithub: mc

ref: f127b8250ecbd5f44622f9bf620af933f7102e78
dir: /util/Makefile/

View raw version
LIB=libutil.a
OBJ= \
	alloc.o \
	bitset.o \
	htab.o \
	pack.o \
	util.o \

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