Annotation of researchv8dc/cmd/ct/makefile, revision 1.1.1.1

1.1       root        1: D=/usr/bin/ct
                      2: CFLAGS = -Od2
                      3: 
                      4: ct:    ct.o
                      5:        cc -o ct ct.o -lc -ljobs
                      6: 
                      7: install:       ct
                      8:        rm -f $D
                      9:        cp ct $D
                     10:        strip $D
                     11:        chown root $D
                     12:        chmod og-w,u+s $D
                     13: 
                     14: clean:
                     15:        rm -f ct *.o

unix.superglobalmegacorp.com

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