From 3aa7fe82949824b61445337900e3c0a206888c7b Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Mon, 4 Nov 2013 23:26:38 -0500 Subject: [PATCH] add `make tak` command for benchmark --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5d1d2c3..20074bfd 100644 --- a/Makefile +++ b/Makefile @@ -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