mirror of
https://github.com/janet-lang/janet
synced 2026-09-15 13:51:21 +00:00
Add readline to repl for better experience
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
######################################################
|
||||
##### Set global variables for all gst Makefiles #####
|
||||
######################################################
|
||||
CFLAGS=-std=c99 -Wall -Wextra -Wpedantic -I./include -g
|
||||
CFLAGS=-std=c99 -Wall -Wextra -Wpedantic -I./include -g -lreadline
|
||||
PREFIX=/usr/local
|
||||
GST_TARGET=client/gst
|
||||
GST_CORELIB=core/libgst.a
|
||||
|
||||
Reference in New Issue
Block a user