Commit 69d490d791b81de1860900babcbc90da28f831be

Thomas de Grivel 2024-12-19T13:45:31

make kmsg_debug

diff --git a/Makefile b/Makefile
index cdb43d0..8bf8521 100644
--- a/Makefile
+++ b/Makefile
@@ -622,7 +622,7 @@ kmsg_debug:
 	${MAKE} -C ikc3 debug
 	${MAKE} -C kc3s debug
 	${MAKE} -C gtk4 debug
-	${MAKE} -C kmsg
+	${MAKE} -C kmsg run_debug
 
 lib_links:
 	${MAKE} lib_links_${ARCH}
diff --git a/kmsg/Makefile b/kmsg/Makefile
index 9723d00..25b8afe 100644
--- a/kmsg/Makefile
+++ b/kmsg/Makefile
@@ -2,5 +2,8 @@
 run:
 	ikc3 --trace --load kmsg.kc3 --quit
 
+run_debug:
+	ikc3_debug --trace --load kmsg.kc3 --quit
+
 gdb:
 	gdb ../ikc3/.libs/ikc3_debug