Differences From Artifact [5e950ed0ff]:
- File Makefile — part of check-in [4364044864] at 2016-10-01 22:46:44 on branch trunk — Initial commit (user: js, size: 41) [annotate] [blame] [check-ins using]
To 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]
1 2 | all: @objfw-compile -o scrypt-pwgen *.m | > > > | 1 2 3 4 5 | all: @objfw-compile -o scrypt-pwgen *.m clean: rm -f *.o *~ scrypt-pwgen |