home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / swtchto1.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.