Makefile: Add clean target

This commit is contained in:
Jonathan Schleifer 2016-10-08 13:46:02 +02:00
parent a8ffe468bf
commit cfb910164f
No known key found for this signature in database
GPG key ID: 338C3541DB54E169

View file

@ -1,2 +1,5 @@
all:
@objfw-compile -o scrypt-pwgen *.m
clean:
rm -f *.o *~ scrypt-pwgen