mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-24 12:50:24 +00:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = Debugger
|
|
|
|
LIB_DEPS = Core X86 Debug Line
|
|
|
|
include ../../Makefile.common
|