1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 09:59:13 +08:00

Merge pull request #3722 from ipfs/make/distclean/pristine

make: use git clean in distclean target
This commit is contained in:
Jeromy Johnson
2017-03-01 16:42:17 -08:00
committed by GitHub

View File

@ -83,6 +83,7 @@ coverage: $(COVERAGE)
distclean: clean
rm -rf $(DISTCLEAN)
git clean -ffxd
.PHONY: distclean
test: $(TEST)