Retoor software development Projects Research SearchXNG
Register Sign In

10 lines
156 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:
fix: suppress unused parameter warnings and remove dead code in cli and main
2024-12-08 20:27:05 +01:00
gcc main.c -Wextra -Wall -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
b6ac734183
sorm/Makefile
Response time: 34ms
Mail Licenses API