hodler/Makefile
2021-03-31 21:36:03 +02:00

12 lines
142 B
Makefile

all: build
build: bin/hodler
bin/hodler: $(wildcard src/*.cr)
shards build hodler
completion: bin/hodler
$< --completion --development