Retoor software development Projects Research SearchXNG
Register Sign In

10 lines
142 B
Makefile
Raw Normal View History

feat: add initial project scaffold with clang-format, gitignore, Makefile, core C headers, main entry, Python bindings, and dynamic library build
2024-11-22 14:45:03 +01:00
all: build run
build:
gcc main.c -lsqlite3 -lreadline -o sorm
chore: strip debug print statements and dead csv cleanup code from sormc and sormq
2024-12-08 19:58:50 +01:00
gcc -shared -o sorm.so -fPIC main.c -lsqlite3 -lreadline
feat: add initial project scaffold with clang-format, gitignore, Makefile, core C headers, main entry, Python bindings, and dynamic library build
2024-11-22 14:45:03 +01:00
run:
chore: strip debug print statements and dead csv cleanup code from sormc and sormq
2024-12-08 19:58:50 +01:00
./sorm
Reference in New Issue Copy Permalink
60f98fdec7
sorm/Makefile
Response time: 24ms
Mail Licenses API