changeset 283:b42eb01994ef

Adding convenience build target for testing out kll compiler changes.
author Jacob Alexander <haata@kiibohd.com>
date Mon, 16 Feb 2015 13:27:42 -0800
parents a133945a31a8
children 5fc9fa7419b4
files Lib/CMake/kll.cmake
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Lib/CMake/kll.cmake	Sun Feb 15 00:44:09 2015 -0800
+++ b/Lib/CMake/kll.cmake	Mon Feb 16 13:27:42 2015 -0800
@@ -133,6 +133,12 @@
 	COMMENT "Generating KLL Layout"
 )
 
+#| KLL Regen Convenience Target
+add_custom_target ( kll_regen
+	COMMAND ${kll_cmd}
+	COMMENT "Re-generating KLL Layout"
+)
+
 #| Append generated file to required sources so it becomes a dependency in the main build
 set ( SRCS ${SRCS} ${kll_outputname} )