chore: add sqlite3 link flag, verbose mode, and new browse/db_utils modules to build system
This commit is contained in:
@@ -2,7 +2,7 @@ all: build build_rpylib run
|
||||
|
||||
# Variables for compiler and flags
|
||||
CC = gcc
|
||||
CFLAGS = -Ofast -Werror -Wall -lreadline -lncurses -lcurl -lssl -lcrypto -ljson-c -lm
|
||||
CFLAGS = -Ofast -Werror -Wall -lreadline -lncurses -lcurl -lssl -lcrypto -ljson-c -lm -lsqlite3
|
||||
|
||||
# Targets
|
||||
build:
|
||||
@@ -14,4 +14,4 @@ build_rpylib:
|
||||
publish rpylib.so
|
||||
|
||||
run:
|
||||
./r
|
||||
./r --verbose
|
||||
|
||||
Reference in New Issue
Block a user