all:		pwdiff pwdiff.8

install:	all
	@echo Installing according to local convention

pwdiff:		pwdiff.c
	$(CC) -o pwdiff $(CFLAGS) pwdiff.c
