Add clean target
This commit is contained in:
parent
fe73af0b5a
commit
fea437f6fb
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -9,3 +9,5 @@ bin/hodler: $(wildcard src/*.cr)
|
||||||
completion: bin/hodler
|
completion: bin/hodler
|
||||||
$< --completion --development
|
$< --completion --development
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm bin/hodler
|
||||||
|
|
Loading…
Reference in a new issue