|
|
1.1 root 1: yacc -d parse.y
2: cc -O -c y.tab.c
3: rm y.tab.c
4: mv y.tab.o parse.o
5: lex lex.l
6: cc -O -c lex.yy.c
7: rm lex.yy.c
8: mv lex.yy.o lex.o
9: cc -O -c screen.c
10: cc -O -c hashing.c
11: cc -O -c macros.c
12: cc vis.o init.o parse.o lex.o lexio.o queues.o nodes.o screen.o hashing.o macros.o -o visi -lm -ly -ll -lcurses -ltermlib
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.