home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-03-10 | 372 b | 18 lines |
- life: life.o blit.o readin.o life68.o
- ln -t -o life life.o blit.o readin.o life68.o -lc
-
- structures.b: structures.h
- cc -b -a +hstructures.b structures.h
-
- blit.o: blit.c structures.b
- cc -b +istructures.b blit.c
-
- life.o: life.c structures.b
- cc -b +istructures.b life.c
-
- readin.o: readin.c structures.b
- cc -b +istructures.b readin.c
-
- life68.o: life68.asm
- as life68.asm
-