home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / life.zip / makefile < prev   
Makefile  |  1994-05-16  |  174b  |  7 lines

  1. all:life.exe
  2.  
  3. life.obj: life.c ; icc /Fi+ /Si+ /Gd- /Gf+ /Gi+ /Gs+ /O+ /Ti+ /Q+ /C+ life.c
  4.  
  5. life.exe: life.obj life.def ; link386 /DEBUG life.obj,life.exe,,,life.def
  6.  
  7.