Annotation of coco/Makefile, revision 1.1.1.1

1.1       root        1: .PHONY: all clean
                      2: 
                      3: TARGETS=boot.trk cocozip.img
                      4: 
                      5: ZIPSRC=bugger.src disk.src dispatch.src ioprims.src main.src \
                      6:        mainsubs.src objects.src ops0.src ops1.src ops2.src opsx.src \
                      7:        paging.src read.src screen.src warm.src zequates.src zstring.src
                      8: 
                      9: all: $(TARGETS)
                     10: 
                     11: boot.trk: boot.src
                     12:        lwasm -9 -l -f raw -o $@ $<
                     13: 
                     14: cocozip.img: cocozip.src $(ZIPSRC)
                     15:        lwasm -9 -l -f raw -o $@ $<
                     16: 
                     17: clean:
                     18:        rm -f $(TARGETS)

unix.superglobalmegacorp.com

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