mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 13:35:03 +00:00
9 lines
88 B
Makefile
Executable File
9 lines
88 B
Makefile
Executable File
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = Debugger
|
|
|
|
LIB_DEPS = Core
|
|
|
|
include ../../Makefile.common
|