mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
This builds up on the 'new' LibLineEdit and overrides some of its hooks For instance, on_tab_complete_first_token
10 lines
106 B
Makefile
10 lines
106 B
Makefile
OBJS = \
|
|
Parser.o \
|
|
main.o
|
|
|
|
PROGRAM = Shell
|
|
|
|
LIB_DEPS = Core LineEdit
|
|
|
|
include ../Makefile.common
|