Files
ladybird/Applications/Debugger/Makefile
Itamar 77f671b462 CPU: Handle breakpoint trap
Also, start working on the debugger app.
2020-04-13 00:53:22 +02:00

9 lines
88 B
Makefile
Executable File

OBJS = \
main.o
PROGRAM = Debugger
LIB_DEPS = Core
include ../../Makefile.common