home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Games / UnixGames / wump / Source / Makefile next >
Encoding:
Makefile  |  1995-03-20  |  108 b   |  6 lines

  1.  
  2.  
  3. wump: wump.c
  4.     cc -arch m68k -arch i386 -arch hppa -arch sparc -object -O -g -Wall wump.c -o wump -lsys_s
  5.  
  6.