|
|
1.1 ! root 1: # @(#)Makefile 4.1 (Berkeley) 1/1/83 ! 2: # ! 3: CFLAGS=-O ! 4: ! 5: uudiff: lenrem locpart printable run1 trim ! 6: ! 7: lenrem: lenrem.c ! 8: cc $(CFLAGS) lenrem.c -o lenrem ! 9: locpart: locpart.c ! 10: cc $(CFLAGS) locpart.c -o locpart ! 11: printable: printable.c ! 12: cc $(CFLAGS) printable.c -o printable ! 13: run1: run1.c ! 14: cc $(CFLAGS) run1.c -o run1 ! 15: trim: trim.c ! 16: cc $(CFLAGS) trim.c -o trim ! 17: ! 18: install: ! 19: : stuff lives here! ! 20: ! 21: clean: ! 22: rm -f *.o lenrem locpart printable run1 trim
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.