Files
ladybird/Shell/Makefile
AnotherTest 21c4c67119 Shell: Move LineEdit out and add it as a dependency
This builds up on the 'new' LibLineEdit and overrides some of its hooks
For instance, on_tab_complete_first_token
2020-03-31 13:21:46 +02:00

10 lines
106 B
Makefile

OBJS = \
Parser.o \
main.o
PROGRAM = Shell
LIB_DEPS = Core LineEdit
include ../Makefile.common