CryptoPassphrase  Makefile at trunk

File Makefile artifact 2ea1c9021e on branch trunk


all:
	@objfw-compile -Werror -o cryptopassphrase *.m

clean:
	rm -f *.o *~ cryptopassphrase