Rename the directory for debugging backends
This commit is contained in:
parent
965d56cc96
commit
7ca686bd04
@ -155,7 +155,7 @@ static DesktopToolbar _debugger_toolbar[] =
|
||||
|
||||
|
||||
/* XXX load at run-time */
|
||||
#include "backends/ptrace.c"
|
||||
#include "debug/ptrace.c"
|
||||
|
||||
|
||||
/* public */
|
||||
|
@ -1,4 +1,4 @@
|
||||
subdirs=backends,models
|
||||
subdirs=debug,models
|
||||
targets=debugger,gdeasm,sequel,simulator
|
||||
cflags_force=-W `pkg-config --cflags libDesktop`
|
||||
cflags=-Wall -g -O2 -pedantic -fstack-protector
|
||||
|
Loading…
Reference in New Issue
Block a user