<@U016ULGAUNM> So the <conda.mk> defines `clean` ...
# general
t
@User So the conda.mk defines
clean
and
dist-clean
targets which is quite annoying. Any objection that I rename that to
conda-clean
and
conda-dist-clean
and then have
clean
/
dist-clean
targets in the main makefile that calls those as dependencies ?
👀 1