home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-07-28 | 230 b | 16 lines |
-
- TCP = TERMITE_TCP
-
- hostname: hostname.o
- sc link hostname.o to hostname
-
- hostname.o: hostname.c
- sc define=$(TCP) hostname.c
-
- #
- # "smake flush" will delete object files, and executable
- #
-
- flush:
- -delete hostname \#?.o
-