chore: strip debug print statements and dead csv cleanup code from sormc and sormq

This commit is contained in:
2024-12-08 18:58:50 +00:00
parent 5565dd7e81
commit 60f98fdec7
4 changed files with 4 additions and 12 deletions
+4 -3
View File
@@ -2,8 +2,9 @@ all: build run
build:
gcc main.c -lsqlite3 -lreadline -o sorm
gcc -shared -o sorm.so -fPIC main.c -lsqlite3 -lreadline
gcc -shared -o sorm.so -fPIC main.c -lsqlite3 -lreadline
run:
./sorm
./sorm