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