Files
sorm/Makefile
T
retoor 9fa9f8a3d7
SORM tests / Compile (push) Successful in 7s
SORM build / build (push) Successful in 3m15s
Removed bugs.
2024-12-08 20:27:05 +01:00

10 lines
156 B
Makefile

all: build run
build:
gcc main.c -Wextra -Wall -lsqlite3 -lreadline -o sorm
gcc -shared -o sorm.so -fPIC main.c -lsqlite3 -lreadline
run:
./sorm