1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 18:40:59 +00:00
serenity/Applications/Debugger/Makefile
Itamar 77f671b462 CPU: Handle breakpoint trap
Also, start working on the debugger app.
2020-04-13 00:53:22 +02:00

8 lines
88 B
Makefile
Executable file

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