already started, but not done

This commit is contained in:
2025-05-07 18:15:24 +02:00
parent 0c3fdc912b
commit a9cb36e2f6
5 changed files with 251 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
test: debug
gcc -ansi -L./build -o build/tests src/tests.c -lstrops
debug:
gcc -c -ansi -ggdb -o build/strops.o src/strops.c
gcc -shared -o build/libstrops.so build/strops.o
#release:
# gcc -ansi -O2 -pipe -fno-semantic-interposition -o build/hdb src/main.c src/db.c -lsqlite3
# strip build/hdb