already started, but not done
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal 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
|
||||
|
Reference in New Issue
Block a user