|
|
1.1 ! root 1: CFLAGS = -Od2 ! 2: OBJ = numdate.o getdate.o ! 3: ! 4: numdate: $(OBJ) ! 5: cc $(CFLAGS) -o numdate $(OBJ) ! 6: ! 7: install: numdate ! 8: strip numdate ! 9: mv numdate /usr/bin ! 10: ! 11: clean: ! 12: rm -f $(OBJ)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.