1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:27:43 +00:00

LibLine: Rename from LibLineEdit

This commit is contained in:
Andreas Kling 2020-03-31 13:32:11 +02:00
parent 9c7451a21d
commit a30a3277a3
7 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
OBJS = \
LineEditor.o
LIBRARY = liblineedit.a
LIBRARY = libline.a
include ../../Makefile.common