mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
10 lines
102 B
Makefile
10 lines
102 B
Makefile
OBJS = \
|
|
Parser.o \
|
|
main.o
|
|
|
|
PROGRAM = Shell
|
|
|
|
LIB_DEPS = Core Line
|
|
|
|
include ../Makefile.common
|