home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume7
/
safe
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1986-11-30
|
245 b
|
14 lines
## MAKEFILE FOR 'SAFE'
CFLAGS = -O
## THIS PROGRAM USES GETOPT; TWEAK THE NEXT LINE AS NECESSARY FOR YOU
#GETOPT = -lgetopt
safe: safe.c
cc $(CFLAGS) -o safe $(GETOPT)
install:
@echo Copy safe and the manpage to wherever is appropriate