Retoor software development Projects Research SearchXNG
Register Sign In

13 lines
345 B
Makefile
Raw Normal View History

chore: initialize project structure with empty repository scaffold
2025-01-04 06:00:03 +01:00
all: build run
build:
chore: remove trailing whitespace from README.md line 42
2025-01-27 18:57:21 +01:00
gcc main.c -lcurl -lssl -lcrypto -ljson-c -Ofast -o r -Werror -Wall -lpython3.14 -I/usr/include/python3.14 -lreadline -lncurses
feat: add user_id index to profiles table for faster lookup queries The new index on the `user_id` column in the `profiles` table improves query performance for user-specific lookups, reducing full table scans during authentication and profile retrieval operations.
2025-01-05 22:59:51 +01:00
publish r
build_free:
chore: remove trailing whitespace from README.md line 42
2025-01-27 18:57:21 +01:00
gcc main.c -lcurl -DFREE_VERSION -lssl -lcrypto -ljson-c -Ofast -o rf -Werror -Wall -lpython3.14 -I/usr/include/python3.14 -lreadline -lncurses
feat: add user_id index to profiles table for faster lookup queries The new index on the `user_id` column in the `profiles` table improves query performance for user-specific lookups, reducing full table scans during authentication and profile retrieval operations.
2025-01-05 22:59:51 +01:00
publish rf
chore: initialize project structure with empty repository scaffold
2025-01-04 06:00:03 +01:00
run:
./r
Reference in New Issue Copy Permalink
9c92ef06da
r/Makefile
Response time: 34ms
Mail Licenses API