From 95d10680c85018d282ebcd352c00470061619c80 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 30 Jan 2021 16:51:05 +0100 Subject: [PATCH] test 'markdown' block instead of 'console' for shell output --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b7383da..6b15a12 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To display more debug information, you may first enable some DEBUG flags in the ```makefile CFLAGS:=$(CFLAGS) -DDEBUG # general (signal handler, etc...) CFLAGS:=$(CFLAGS) -DDEBUG_MAIN # general information in main -#CFLAGS:=$(CFLAGS) -DDEBUG_MAINSLEEP # sleep 1 sec within main loop (SIGINTR test) +#CFLAGS:=$(CFLAGS) -DDEBUG_MAINSLEEP # sleep 1 sec within main loop #CFLAGS:=$(CFLAGS) -DDEBUG_MAINLOOP # main loop (do not use this!) #CFLAGS:=$(CFLAGS) -DDEBUG_TIMER # timer #CFLAGS:=$(CFLAGS) -DDEBUG_SIGNAL # signal @@ -37,16 +37,17 @@ CFLAGS:=$(CFLAGS) -DDEBUG_MEM # malloc ``` To build the binaries just run: -```console -$ make lceb + +``` markdown +**$ make lceb** ``` ## Usage ### basic usage and output -```console -$ ./lceb 2 7 1 7 8 8 +```markdown +**$ ./lceb 2 7 1 7 8 8** timer started... mem: allocating operators working area (5 bytes) new_stack: allocating 1024 stacks