add make run target
This commit is contained in:
parent
249f2e40df
commit
87d9adb0e4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue