mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 03:12:07 -05:00
8 lines
103 B
Makefile
Executable file
8 lines
103 B
Makefile
Executable file
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = Debugger
|
|
|
|
LIB_DEPS = Core X86 Debug Line
|
|
|
|
include ../../Makefile.common
|