home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-06-22 | 299 b | 13 lines |
- # Wedit Makefile for project J:\LCC\DEMO\HELLO\CMS\TEST
- CFLAGS=-Ij:\lcc\include -g2
- OBJS=\
- hello.obj
-
- TEST.exe: $(OBJS)
- j:\lcc\bin\lcclnk -o hello.exe $(OBJS)
-
- # Build j:\lcc\demo\hello\HELLO.C
- HELLO.obj: j:\lcc\demo\hello\hello.c
- j:\lcc\bin\lcc $(CFLAGS) j:\lcc\demo\hello\hello.c
-
-