mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = Debugger
|
|
|
|
LIB_DEPS = Core X86 Debug Line
|
|
|
|
include ../../Makefile.common
|