From 87d9adb0e48d9ca940abcc29ba78c6b75e8e3316 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sun, 2 Mar 2014 02:40:04 +0900 Subject: [PATCH] add make run target --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37c50724..2c4dfd86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,3 +17,6 @@ include(tools/CMakeLists.txt) # copy runtime files file(COPY piclib DESTINATION .) + +# $ make run +add_custom_target(run bin/picrin DEPENDS repl)