add `make tak` command for benchmark
This commit is contained in:
parent
9bba0353e8
commit
3aa7fe8294
5
Makefile
5
Makefile
|
@ -3,7 +3,7 @@ CFLAGS=-Wall -g
|
||||||
|
|
||||||
all: build-debug run
|
all: build-debug run
|
||||||
|
|
||||||
release: build run
|
release: build
|
||||||
|
|
||||||
build-debug: CFLAGS += -DDEBUG=1
|
build-debug: CFLAGS += -DDEBUG=1
|
||||||
build-debug: build
|
build-debug: build
|
||||||
|
@ -26,3 +26,6 @@ clean:
|
||||||
|
|
||||||
run:
|
run:
|
||||||
bin/picrin
|
bin/picrin
|
||||||
|
|
||||||
|
tak: build
|
||||||
|
bin/picrin etc/tak.scm
|
||||||
|
|
Loading…
Reference in New Issue