home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-17 | 377 b | 22 lines |
- CFLAGS = nostackcheck structureequivalence data=faronly nostartup ignore=73
-
- all: DirComp Find listdir listdir2 ListPattern
-
- DirComp: DirComp.c
- sc link $(CFLAGS) $@.c
-
- Find: Find.c
- sc link $(CFLAGS) $@.c
-
- listdir: listdir.c
- sc link $(CFLAGS) $@.c
-
- listdir2: listdir2.c
- sc link $(CFLAGS) $@.c
-
- ListPattern: ListPattern.c
- sc link $(CFLAGS) $@.c
-
- clean:
- -delete \#?.(o|lnk)
-