hodler/Makefile

14 lines
164 B
Makefile
Raw Normal View History

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