home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-05-01 | 284 b | 24 lines |
- #
- # Description : Makefile for dwprint
- #
- # Author : Simon J Raybould.
- #
- # Date : 2nd January 1990
- #
-
- CC= lc
- CFLAGS= -Lt -O
- #CFLAGS= -DTEST -L
-
- all: dwprint install
-
- dwprint: dwprint.o
-
- install:
- copy dwprint SYS:Utilities
-
- clean:
- delete dwprint.o
- delete dwprint.lnk
- delete dwprint
-