home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / SHAROS2.ZIP / MAKEFILE next >
Text File  |  1991-12-25  |  203b  |  10 lines

  1. BIN = \prot
  2. CC = cl
  3. COPT = -AL -W3 -G2s
  4. LIB = \lib
  5.  
  6. $(BIN)\shar.exe : shar.c shar.def Makefile
  7.     $(CC) $(COPT) shar.c shar.def $(LIB)\setargv.obj -Fe$(BIN)\shar.exe \
  8.             /link /noe
  9.     del shar.obj
  10.