shithub: mc

ref: 1d7654102819c1db26c418cfdc9fb3032294157e
dir: /util/mkfile/

View raw version
</$objtype/mkfile
CC=pcc
LD=pcc
CFLAGS=-c -D_POSIX_SOURCE -D_SUSV2_SOURCE -D_C99_SNPRINTF_EXTENSION

LIB=libutil.a
OFILES= \
	alloc.$O \
	bitset.$O \
	htab.$O \
	pack.$O \
	util.$O \

</sys/src/cmd/mklib

install:V: $LIB
	touch $LIB

uninstall:V:
	echo nothing to uninstall