home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume7
/
nlist
/
Makefile
< prev
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
|
1989-08-05
|
185 b
|
16 lines
# Makefile for nlist
all: nlist man
nlist: nlist.o
$(CC) $(LDFLAGS) -o $@ $@.o -lm
clean:
rm -f core *.o
clobber: clean
rm -f nlist
man:
tbl < nlist.8 | nroff -man > nlist.man