diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2020-03-30 22:44:23 +0430 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-31 13:21:46 +0200 |
commit | 06d35d036d680850049e1891a3d15eb4eb25fc14 (patch) | |
tree | b096c22d0c0078b8cb22113f4719e1841fc6d08a /Userland/Makefile | |
parent | 6f407fff321652592d4d96cc3c9976ef6ed70e0b (diff) | |
download | serenity-06d35d036d680850049e1891a3d15eb4eb25fc14.zip |
Userland/js: Use the new line editor in repl
We now get cursor movements for free!
and we're rid of that icky `free` call, yay.
Diffstat (limited to 'Userland/Makefile')
-rw-r--r-- | Userland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Makefile b/Userland/Makefile index 81b72b61b6..0154977c25 100644 --- a/Userland/Makefile +++ b/Userland/Makefile @@ -4,7 +4,7 @@ APPS = ${SRCS:.cpp=} EXTRA_CLEAN = $(APPS) -LIB_DEPS = Web GUI Gfx Audio Protocol IPC Thread Pthread PCIDB Markdown JS Core +LIB_DEPS = Web GUI Gfx Audio Protocol IPC Thread Pthread PCIDB Markdown JS Core LineEdit include ../Makefile.common |