home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff316.lzh
/
Life
/
makefile
< prev
next >
Wrap
Makefile
|
1990-02-06
|
372b
|
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