8 lines
158 B
Makefile
Raw Normal View History

2025-01-04 05:00:03 +00:00
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