add `make tak` command for benchmark

This commit is contained in:
Yuichi Nishiwaki 2013-11-04 23:26:38 -05:00
parent 9bba0353e8
commit 3aa7fe8294
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ CFLAGS=-Wall -g
all: build-debug run
release: build run
release: build
build-debug: CFLAGS += -DDEBUG=1
build-debug: build
@ -26,3 +26,6 @@ clean:
run:
bin/picrin
tak: build
bin/picrin etc/tak.scm