mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
9 lines
103 B
Makefile
Executable File
9 lines
103 B
Makefile
Executable File
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = Debugger
|
|
|
|
LIB_DEPS = Core X86 Debug Line
|
|
|
|
include ../../Makefile.common
|