home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-05-19 | 214 b | 12 lines |
- # Simple makefile for rot program
- # for that bloody stupid System V Make
- SHELL=/bin/sh
-
- CFLAGS = -O #-DSYSV
-
- rot: rot.c
- cc $(CFLAGS) -o rot rot.c -ltermlib
-
- rot.shar: Makefile rot.c
- shar >rot.shar Makefile rot.c
-