Add clean target

This commit is contained in:
Glenn Y. Rolland 2021-04-03 14:17:31 +02:00
parent fe73af0b5a
commit fea437f6fb

View file

@ -9,3 +9,5 @@ bin/hodler: $(wildcard src/*.cr)
completion: bin/hodler
$< --completion --development
clean:
rm bin/hodler