From 4bc3f40823c723ba2f1613172bab357b8626fac7 Mon Sep 17 00:00:00 2001 From: Ilya Fedorov Date: Fri, 15 Oct 2021 15:16:32 +0000 Subject: [PATCH] fix-makefile-default-goal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ddb60c..3da0a19 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,4 @@ cleanup: docker system prune --all --force docker system prune --volumes --force -.DEFAULT_GOAL := lint +.DEFAULT_GOAL := restart