home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume12
/
rot
/
part01
/
Makefile
next >
Wrap
Makefile
|
1990-05-05
|
129b
|
10 lines
# Simple makefile for rot program
CFLAGS = -O #-DSYSV
rot: rot.c
cc $(CFLAGS) -o rot rot.c -ltermlib
test: rot
./rot <rot.c