2025-01-04 05:00:03 +00:00
|
|
|
all: build run
|
|
|
|
|
|
|
|
build:
|
2025-01-05 21:59:51 +00:00
|
|
|
gcc main.c -lssl -lcrypto -ljson-c -Ofast -o r -Werror -Wall -lpython3.14 -I/usr/include/python3.14 -lreadline -lncurses
|
|
|
|
publish r
|
|
|
|
|
|
|
|
build_free:
|
|
|
|
gcc main.c -DFREE_VERSION -lssl -lcrypto -ljson-c -Ofast -o rf -Werror -Wall -lpython3.14 -I/usr/include/python3.14 -lreadline -lncurses
|
|
|
|
publish rf
|
2025-01-04 05:00:03 +00:00
|
|
|
|
|
|
|
run:
|
|
|
|
./r
|