Separate debugging of linenoise
This commit is contained in:
parent
58a8a761e2
commit
5697a8de63
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -67,6 +67,9 @@ dungeon.c dungeon.h: make_dungeon.py adventure.yaml
|
||||||
python3 make_dungeon.py
|
python3 make_dungeon.py
|
||||||
|
|
||||||
linenoise.o: linenoise/linenoise.h
|
linenoise.o: linenoise/linenoise.h
|
||||||
|
$(CC) -c linenoise/linenoise.c
|
||||||
|
|
||||||
|
linenoise-dbg: linenoise/linenoise.h
|
||||||
$(CC) $(CCFLAGS) -c linenoise/linenoise.c
|
$(CC) $(CCFLAGS) -c linenoise/linenoise.c
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -147,4 +150,4 @@ debug: CCFLAGS += -O0 --coverage -ggdb
|
||||||
debug: linty
|
debug: linty
|
||||||
debug: cheat
|
debug: cheat
|
||||||
|
|
||||||
|
debug-ln: linenoise-dbg debug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue