home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume18
/
pwdiff
/
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
|
1989-03-26
|
139 b
|
8 lines
all: pwdiff pwdiff.8
install: all
@echo Installing according to local convention
pwdiff: pwdiff.c
$(CC) -o pwdiff $(CFLAGS) pwdiff.c