integrate readline with gbdb
...for better interactive debugging with history. Also, make commands return error codes so that only commands that execute successfully will be added to the command history.
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,7 +11,7 @@ CCFLAGS += -std=c11 -D_POSIX_C_SOURCE=200809L
|
||||
CCFLAGS += -I$(SRC_DIR)
|
||||
|
||||
CCFLAGS += -I/usr/include/glib-2.0/ -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
|
||||
LDFLAGS += -lglib-2.0
|
||||
LDFLAGS += -lglib-2.0 -lreadline
|
||||
|
||||
CCFLAGS += $(CCFLAGS_EXTRA)
|
||||
LDFLAGS += $(LDFLAGS_EXTRA)
|
||||
|
||||
Reference in New Issue
Block a user