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