hodler/Makefile

14 lines
164 B
Makefile
Raw Normal View History

2021-03-31 19:36:03 +00:00
all: build
build: bin/hodler
bin/hodler: $(wildcard src/*.cr)
shards build hodler
completion: bin/hodler
$< --completion --development
2021-04-03 12:17:31 +00:00
clean:
rm bin/hodler