Annotation of researchv9/jtools/src/v9compat/makefile, revision 1.1.1.1

1.1       root        1: OFILES= doprint.o print.o pow10.o
                      2: CFLAGS = -O
                      3: LIB    = libv9.a
                      4: 
                      5: $(LIB): $(OFILES)
                      6:        ar cr $(LIB) $(OFILES)
                      7:        ranlib $(LIB)
                      8: 
                      9: veryclean: clean
                     10:        -rm $(LIB)
                     11: 
                     12: clean:
                     13:        -rm *.o

unix.superglobalmegacorp.com

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