Annotation of xinu/con/Makefile, revision 1.1.1.2

1.1       root        1: config:                lex.yy.c y.tab.c
                      2:                cc -o config y.tab.c -ll
                      3: 
1.1.1.2 ! root        4: all:           config
        !             5: 
1.1       root        6: lex.yy.c:      config.l
                      7:                lex config.l
                      8: 
                      9: y.tab.c:       config.y
                     10:                yacc config.y
                     11: 
                     12: install:       config
1.1.1.2 ! root       13:                mv config ../sys/config
1.1       root       14: 
                     15: clean:
                     16:                rm -f lex.yy.c y.tab.c core

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.