Meta: Enable pretty printing by default on run target

This commit is contained in:
Riyyi
2023-03-24 21:46:01 +01:00
parent f6f8207e1a
commit 0fea075953
+1 -1
View File
@@ -74,7 +74,7 @@ target_link_libraries(${PROJECT} ruc)
# Execute target # Execute target
add_custom_target(run add_custom_target(run
COMMAND ${PROJECT} COMMAND ${PROJECT} -c
DEPENDS ${PROJECT}) DEPENDS ${PROJECT})
# ------------------------------------------ # ------------------------------------------