home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-20 | 314 b | 16 lines |
- CFLAGS = nostackcheck structureequivalence ignore=73 data=far
-
- all: rbf timersoftint vertb
-
- rbf: rbf.c rbfhandler.asm
- sc link $(CFLAGS) rbf.c rbfhandler.asm
-
- timersoftint: timersoftint.c
- sc link $(CFLAGS) $@
-
- vertb: vertb.c vertbserver.asm
- sc link $(CFLAGS) vertb.c vertbserver.asm
-
- clean:
- -delete \#?.(o|lnk)
-