serenity/Applications/Debugger/Makefile
2020-04-16 12:22:59 +02:00

8 lines
103 B
Makefile
Executable file

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