Line editing with linenoise.
https://github.com/antirez/linenoise https://todo.sr.ht/~sforman/thun-der/33
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
OBJS=joy.o keywords.o definitions.o
|
||||
OBJS=joy.o keywords.o definitions.o linenoise.o
|
||||
|
||||
LDFLAGS=-L/usr/local/lib -lgc -lgmp
|
||||
|
||||
@@ -42,3 +42,6 @@ keywords.c: KEYWORDS.txt
|
||||
|
||||
clean:
|
||||
rm -vf *.o joy KEYWORDS.txt
|
||||
|
||||
linenoise.o: linenoise.c linenoise.h
|
||||
cc -c linenoise.c -o linenoise.o
|
||||
|
||||
Reference in New Issue
Block a user