add make run target

This commit is contained in:
Yuichi Nishiwaki 2014-03-02 02:40:04 +09:00
parent 249f2e40df
commit 87d9adb0e4
1 changed files with 3 additions and 0 deletions

View File

@ -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)