home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / REXXBOOT.ZIP / MAKEFILE next >
Text File  |  1993-04-12  |  250b  |  10 lines

  1.  
  2. rexxboot.dll : rexxboot.obj rexxboot.def
  3.         link386 /NOI /A:16 rexxboot.obj,rexxboot.dll,NUL,REXX,rexxboot.def;
  4.  
  5. rexxboot.obj : rexxboot.c rexxboot.h
  6.         icc /c /Q /Kb /Ss /Sm /Ge- rexxboot.c
  7.  
  8. clean:
  9.         -del *.obj *.dll *.err
  10.