Files
ladybird/Applications/Debugger/Makefile
2020-05-03 14:24:08 +02:00

9 lines
103 B
Makefile

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