@@ -1,7 +1,7 @@
all: build run
build:
gcc main.c -lsqlite3 -lreadline -o sorm
gcc main.c -Wextra -Wall -lsqlite3 -lreadline -o sorm
gcc -shared -o sorm.so -fPIC main.c -lsqlite3 -lreadline
run:
The note is not visible to the blocked user.