Separating build tree from the source tree

Jan Stolarek jan.stolarek at p.lodz.pl
Fri Dec 21 22:40:20 CET 2012


> 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



More information about the Glasgow-haskell-users mailing list