all: build run
|
|
|
|
build:
|
|
gcc main.c -lssl -lcrypto -ljson-c -Ofast -o r -Werror -Wall -lpython3.14 -I/usr/include/python3.14 -lreadline -lncurses
|
|
|
|
run:
|
|
./r
|
all: build run
|
|
|
|
build:
|
|
gcc main.c -lssl -lcrypto -ljson-c -Ofast -o r -Werror -Wall -lpython3.14 -I/usr/include/python3.14 -lreadline -lncurses
|
|
|
|
run:
|
|
./r
|