test 'markdown' block instead of 'console' for shell output
This commit is contained in:
11
README.md
11
README.md
@@ -21,7 +21,7 @@ To display more debug information, you may first enable some DEBUG flags in the
|
|||||||
```makefile
|
```makefile
|
||||||
CFLAGS:=$(CFLAGS) -DDEBUG # general (signal handler, etc...)
|
CFLAGS:=$(CFLAGS) -DDEBUG # general (signal handler, etc...)
|
||||||
CFLAGS:=$(CFLAGS) -DDEBUG_MAIN # general information in main
|
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_MAINLOOP # main loop (do not use this!)
|
||||||
#CFLAGS:=$(CFLAGS) -DDEBUG_TIMER # timer
|
#CFLAGS:=$(CFLAGS) -DDEBUG_TIMER # timer
|
||||||
#CFLAGS:=$(CFLAGS) -DDEBUG_SIGNAL # signal
|
#CFLAGS:=$(CFLAGS) -DDEBUG_SIGNAL # signal
|
||||||
@@ -37,16 +37,17 @@ CFLAGS:=$(CFLAGS) -DDEBUG_MEM # malloc
|
|||||||
```
|
```
|
||||||
|
|
||||||
To build the binaries just run:
|
To build the binaries just run:
|
||||||
```console
|
|
||||||
$ make lceb
|
``` markdown
|
||||||
|
**$ make lceb**
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### basic usage and output
|
### basic usage and output
|
||||||
|
|
||||||
```console
|
```markdown
|
||||||
$ ./lceb 2 7 1 7 8 8
|
**$ ./lceb 2 7 1 7 8 8**
|
||||||
timer started...
|
timer started...
|
||||||
mem: allocating operators working area (5 bytes)
|
mem: allocating operators working area (5 bytes)
|
||||||
new_stack: allocating 1024 stacks
|
new_stack: allocating 1024 stacks
|
||||||
|
Reference in New Issue
Block a user