home *** CD-ROM | disk | FTP | other *** search
/ ftp.sunet.se/pub/OS2/ / 2014.11.ftp.sunet.se_pub_OS2.tar / ftp.sunet.se / pub / OS2 / hobbes / os2 / util / wps / switchto.zip / makefile next >
Makefile  |  1999-03-27  |  108b  |  6 lines

  1. # it also works with gcc 2.7.2, just change "icc" to "gcc".
  2.  
  3. switchto.exe: switchto.c
  4.     icc switchto.c
  5.  
  6.