Annotation of researchv10dc/cmd/cfront/makefile, revision 1.1

1.1     ! root        1: all:
        !             2: install:
        !             3:        cd cfront; make install
        !             4:        CC -O -o nmunch munch.c
        !             5:        strip nmunch
        !             6:        mv nmunch /usr/lib/munch
        !             7:        cd libC; make install
        !             8: 
        !             9: clean:
        !            10:        rm -f munch.[oi] nmunch
        !            11:        cd cfront; make clean
        !            12:        cd libC; make clean

unix.superglobalmegacorp.com