make clean also run clean-config

This commit is contained in:
Jörn Friedrich Dreyer
2020-04-16 13:45:45 +02:00
committed by GitHub
parent f535da3b48
commit f9579c14ff
+1 -1
View File
@@ -58,7 +58,7 @@ sync:
go mod download
.PHONY: clean
clean:
clean: clean-config
go clean -i ./...
rm -rf $(BIN) $(DIST) $(HUGO)