defuse / passgen

A password generator.
78 stars 25 forks source link

make clean error on OSX #40

Closed ghost closed 7 years ago

ghost commented 9 years ago

make clean produces the following error on OSX 10.10:

$ make clean
rm -f passgen passgen.o libs/ct32.o libs/ct_string.o libs/memset_s.o
find -name '*.gcda' -o -name '*.gcno' -delete
find: illegal option -- n
usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]
       find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]
make: *** [clean] Error 1

Related to #22