@cryptotaxi247 / kubo / commits / 12d992a6c

make: use git clean in distclean target

This is the cleanest the repo will get. If you need to publish it, tar it or anything else like that use `make distclean`. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Feb 24, 2017 at 13:39 UTC 12d992a6c4bc5561618997aa5b2527cc60a890f6
1 file changed +1
Rules.mk
+1
@@ -83,6 +83,7 @@ coverage: $(COVERAGE)
83
84 distclean: clean
85 rm -rf $(DISTCLEAN)
86 + git clean -ffxd
87 .PHONY: distclean
88
89 test: $(TEST)