CryptoPassphrase/Makefile

5 lines
76 B
Makefile

all:
@objfw-compile -o scrypt-pwgen *.m
clean:
rm -f *.o *~ scrypt-pwgen