|
|
1.1 ! root 1: OFILES= doprint.o print.o pow10.o memory.o strchr.o ! 2: CFLAGS = -O -mc68010 ! 3: LIB = libv9_10.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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.