# HG changeset patch # User Jacob Alexander # Date 1424122062 28800 # Node ID b42eb01994efdb9a06343e83dc48601154e11fe1 # Parent a133945a31a8428017c800815c4e0b6602fcf333 Adding convenience build target for testing out kll compiler changes. diff -r a133945a31a8 -r b42eb01994ef Lib/CMake/kll.cmake --- 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} )