home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / makemb / makefile next >
Encoding:
Makefile  |  1992-04-14  |  110 b   |  7 lines

  1. makemb.exe:    makemb.c makemb.def
  2.     cl /W3 /G2 makemb.c makemb.def
  3.     del makemb.obj
  4.  
  5. clean:
  6.     del makemb.exe
  7.