|
|
1.1 ! root 1: OFILES = alc.o hash.o input.o logic.o main.o util.o ! 2: CFLAGS = -O ! 3: DESTDIR = /interim/bin/ ! 4: ! 5: tsort: $(OFILES) ! 6: $(CC) $(CFLAGS) -o $(DESTDIR)tsort $(OFILES) ! 7: su root chown bin $(DESTDIR)tsort ! 8: su root chgrp bin $(DESTDIR)tsort ! 9: su root chmod 511 $(DESTDIR)tsort ! 10: ! 11: clean: ! 12: -rm $(OFILES) ! 13: ! 14: $(OFILES): tsort.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.