Differences From Artifact [c3d8bf191d]:
- File Makefile — part of check-in [398614baea] at 2017-04-15 17:56:14 on branch trunk — Adjust to ObjFW changes (user: js, size: 84) [annotate] [blame] [check-ins using]
To Artifact [2ea1c9021e]:
- File Makefile — part of check-in [eb35826d25] at 2019-06-16 17:26:34 on branch trunk — Rename project to CryptoPassphrase (user: js, size: 92) [annotate] [blame] [check-ins using]
1 | all: | | | | 1 2 3 4 5 | all: @objfw-compile -Werror -o cryptopassphrase *.m clean: rm -f *.o *~ cryptopassphrase |