From f394cf240afd43b41bc4dc159f9514a9ec9c0108 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Tue, 4 May 2021 22:11:29 +0300 Subject: [PATCH] Add clean as phony to makefile --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 1006e5b..07cbb5e 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,6 @@ .PHONY: build .PHONY: test +.PHONY: clean build: dub build --build=release