home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-02-03 | 194 b | 10 lines |
- BIN = \prot
- CC = cl
- COPT = -AL -W3 -G2s
- LIB = \lib
-
- $(BIN)\shar.exe : shar.c shar.def Makefile
- $(CC) $(COPT) shar.c shar.def $(LIB)\setargv.obj -Fe$(BIN)\shar.exe \
- /link /noe
- del shar.obj
-