Add clean as phony to makefile

This commit is contained in:
Mike Bierlee 2021-05-04 22:11:29 +03:00
parent 5134fc7390
commit f394cf240a

View file

@ -1,5 +1,6 @@
.PHONY: build
.PHONY: test
.PHONY: clean
build:
dub build --build=release