home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / onshtdwn.zip / source.zip / Makefile next >
Makefile  |  1994-05-21  |  183b  |  8 lines

  1.  
  2. onshutdown.exe: onshutdown.c onshutdown.res onshutdown.def
  3.     gcc -Zomf -Zsys -O2 -Zc++-comments -o $@ $**
  4.  
  5. onshutdown.res: onshutdown.rc onshutdown.ico
  6.     rc -r $*.rc $@
  7.  
  8.