1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-21 18:08:01 +03:00

Make make clean to remove artifacts of vendored repos

This commit is contained in:
Rui Ueyama 2021-07-03 14:29:01 +09:00
parent 2abca8b5c1
commit 4c4bfca20e

View File

@ -102,6 +102,6 @@ uninstall:
$(DESTDIR)$(PREFIX)/lib/mold
clean:
rm -rf *.o *~ mold mold-wrapper.so test/tmp
rm -rf *.o *~ mold mold-wrapper.so test/tmp mimalloc/out oneTBB/out
.PHONY: all test tests check clean $(TESTS)