home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume15
/
ru
/
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
|
1988-06-06
|
139 b
|
13 lines
#
CFLAGS= -O -s
ru: ru.o
$(CC) $(CFLAGS) $*.o -o $@
man: ru.1
nroff -man ru.1 > ru.man
more -s ru.man
clean:
-rm -f *.o a.out *.man