
21 Dec
2012
21 Dec
'12
4:40 p.m.
How about, in the source directory:
git clean -dfx
or perhaps with -X instead. You can use -n instead of -f to see what it'd do. Thanks! I inspected the Makefile and it turns out that there is no need for a workaround:
make maintainer-clean does the job. Janek