Annotation of researchv10no/cmd/cb/mkfile, revision 1.1.1.1

1.1       root        1: BUILTINS=
                      2: CC=lcc
                      3: 
                      4: a.out: cb.o
                      5:        $CC $prereq
                      6: 
                      7: cb.o:  cb.c cb.h cbtype.c cbtype.h
                      8:        $CC $CFLAGS -c cb.c
                      9: 
                     10: clean:V:
                     11:        rm -f [$OS].out *.[$OS] y.tab.?
                     12: 
                     13: install:       $O.out
                     14:        cp a.out /usr/bin/cb
                     15: 
                     16: installall:
                     17:        for(objtype in $CPUS) mk install

unix.superglobalmegacorp.com

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