Makefile: slightly different options.
parent
8161ea3f82
commit
9d1da890f3
4
Makefile
4
Makefile
|
@ -1,12 +1,12 @@
|
|||
all: build
|
||||
|
||||
OPTS ?= --progress
|
||||
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)
|
||||
$(Q)crystal build spec/benchmark-cars.cr $(OPTS) --release
|
||||
|
||||
build: benchmark-cars
|
||||
|
||||
|
|
Loading…
Reference in New Issue