Logo
Explore Help
Register Sign In
retoor/sorm
Watch 1
Star 0
Fork 0
Code Issues 2 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
sorm/Makefile
T

10 lines
156 B
Makefile
Raw Permalink 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 13:45:03 +00:00
all: build run
build:
fix: suppress unused parameter warnings and remove dead code in cli and main
2024-12-08 19:27:05 +00: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 18:58:50 +00: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 13:45:03 +00:00
run:
chore: strip debug print statements and dead csv cleanup code from sormc and sormq
2024-12-08 18:58:50 +00:00
./sorm
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.27.2 Page: 37ms Template: 9ms
Dark
English
English
Licenses API