File:  [Research Unix] / researchv10dc / cmd / cfront / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:33 2018 UTC (6 years, 11 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Dan Cross

all:
install:
	cd cfront; make install
	CC -O -o nmunch munch.c
	strip nmunch
	mv nmunch /usr/lib/munch
	cd libC; make install

clean:
	rm -f munch.[oi] nmunch
	cd cfront; make clean
	cd libC; make clean

unix.superglobalmegacorp.com