|
|
1.1 root 1: HOST=?
2: LDFLAGS=-s
3: CFLAGS=
4:
5: a.out: $(HOST).o lcc.o
6: $(CC) $(LDFLAGS) $(HOST).o lcc.o; rm -f $(HOST).o lcc.o
7:
8: bprint: bprint.c ../c/profio.c
9: $(CC) -o bprint $(LDFLAGS) bprint.c
10:
11: clean:
12: -rm -f *.o a.out core bprint
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.