mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
9 lines
102 B
Makefile
9 lines
102 B
Makefile
OBJS = \
|
|
Parser.o \
|
|
main.o
|
|
|
|
PROGRAM = Shell
|
|
|
|
LIB_DEPS = Core Line
|
|
|
|
include ../Makefile.common
|