mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 05:32:50 +01:00
Add clean as phony to makefile
This commit is contained in:
parent
5134fc7390
commit
f394cf240a
1 changed files with 1 additions and 0 deletions
1
makefile
1
makefile
|
@ -1,5 +1,6 @@
|
|||
.PHONY: build
|
||||
.PHONY: test
|
||||
.PHONY: clean
|
||||
|
||||
build:
|
||||
dub build --build=release
|
||||
|
|
Loading…
Reference in a new issue