CryptoPassphrase  Check-in [fd7a1c4bcc]

Overview
Comment:Makefile: Add clean target
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fd7a1c4bcc1c676fec2f9253ccf314867a554961edbf8421403229f6db56cf5a
User & Date: js on 2016-10-08 12:24:41
Other Links: manifest | tags
Context
2016-10-08
12:24
Add new generation algorithm check-in: 7691951aca user: js tags: trunk
12:24
Makefile: Add clean target check-in: fd7a1c4bcc user: js tags: trunk
12:24
Add .gitignore check-in: e8eea1cf1f user: js tags: trunk
Changes

Modified Makefile from [5e950ed0ff] to [b8bcd53354].

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