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