Y
Hacker News
new
|
ask
|
show
|
jobs
by
throw0101c
809 days ago
Isn't this part of what the traditional (?) target of "
make distclean
" does? (Remove everything that
./configure
generated.)
1 comments
wakawaka28
809 days ago
Note that `configure` is itself generated in many cases. Distclean should ideally be equivalent to `git clean -f` but without needing git.
link