home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-01-08 | 309 b | 11 lines |
- #OpusMake-compatible makefile. It should run under Microsludge make with only
- #minor, if any, mods.
-
- all: filechec.exe
-
- filechec.obj: filechec.c filechec.h
- cl -c -Alfw -Lp -W3 -G2s -DLINT_ARGS filechec.c
-
- filechec.exe:
- link filechec.obj, /align:16, NUL, /nod /st:8192 os2 LLIBCMT, filechec.def
-