Annotation of researchv8dc/cmd/ed/Makefile, revision 1.1.1.1

1.1       root        1: D = /bin/ed
                      2: CFLAGS = -Od2
                      3: 
                      4: ed:    ed.o
                      5:        cc -o ed ed.o
                      6: 
                      7: install:       ed
                      8:        strip ed
                      9:        mv ed $D
                     10:        rm -f /bin/e
                     11:        ln /bin/ed /bin/e
                     12: 
                     13: clean:
                     14:        rm -f *.o ed

unix.superglobalmegacorp.com

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