home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume5
/
untic
/
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
|
253 b
|
18 lines
CFLAGS = -O
DESTDIR = /usr/local/bin
DOCDIR = /usr/local/man/man1
untic: untic.c
$(CC) $(CFLAGS) untic.c -o untic
lint:
lint untic.c
install: untic
cp untic $(DESTDIR)/untic
strip $(DESTDIR)/untic
# cp untic.1 $(DOCDIR)/untic.1
clean:
rm untic