all: build OPTS ?= --progress --no-debug Q ?= @ SHOULD_UPDATE = ./bin/should-update DBDIR=/tmp/tests-on-dodb benchmark-cars: $(Q)crystal build spec/benchmark-cars.cr $(OPTS) --release build: benchmark-cars wipe-db: rm -r $(DBDIR) release: make build OPTS="--release --progress"