home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / uupc2mr2.zip / makefile < prev    next >
Makefile  |  1997-01-01  |  92b  |  5 lines

  1. all:    unmbox.exe
  2.  
  3. unmbox.exe:    unmbox.c
  4.     gcc -Zsys -Zomf -o unmbox.exe unmbox.c -O3 -Wall
  5.