5 lines
84 B
Makefile
5 lines
84 B
Makefile
all:
|
|
@objfw-compile -Werror -o scrypt-pwgen *.m
|
|
|
|
clean:
|
|
rm -f *.o *~ scrypt-pwgen
|