From f9579c14ff159e4b13d3e1ab0e37dab290298055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 16 Apr 2020 13:45:45 +0200 Subject: [PATCH] make clean also run clean-config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d77f0b0bf..5da1482a0a 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ sync: go mod download .PHONY: clean -clean: +clean: clean-config go clean -i ./... rm -rf $(BIN) $(DIST) $(HUGO)