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