Annotation of researchv9/sys/construct/host/Makefile, revision 1.1

1.1     ! root        1: 
        !             2: CFLAGS= -I../../../include -g
        !             3: 
        !             4: mkfs: mkfs.o ltol3.o
        !             5:        cc ${CFLAGS} -o mkfs mkfs.o ltol3.o
        !             6: 
        !             7: fsck: fsck.o ltol3.o
        !             8:        cc ${CFLAGS} -o fsck fsck.o ltol3.o
        !             9: 
        !            10: printfs: printfs.o
        !            11:        cc ${CFLAGS} -o printfs printfs.o
        !            12: 
        !            13: wrfs: wrfs.o
        !            14:        cc ${CFLAGS} -o wrfs wrfs.o
        !            15: 
        !            16: rdfs: rdfs.o
        !            17:        cc ${CFLAGS} -o rdfs rdfs.o
        !            18: 
        !            19: v9tar: v9tar.c
        !            20:        cc -o v9tar v9tar.c
        !            21: 
        !            22: clean:
        !            23:        rm -f *.o rdfs wrfs printfs fsck mkfs v9tar

unix.superglobalmegacorp.com

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