Differences From Artifact [b8bcd53354]:
- File Makefile — part of check-in [fd7a1c4bcc] at 2016-10-08 12:24:41 on branch trunk — Makefile: Add clean target (user: js, size: 76) [annotate] [blame] [check-ins using]
To 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]
1 | all: | | | 1 2 3 4 5 | all: @objfw-compile -Werror -o scrypt-pwgen *.m clean: rm -f *.o *~ scrypt-pwgen |