mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 08:31:02 +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
|