2024-03-05 11:27:30 +05:30

5 lines
123 B
Makefile

.PHONY: all
all:
g++ -g -O0 --std=c++20 test.c -I../ -lnegentropy -lcrypto -L../ -L/opt/homebrew/lib/ -Wc++11-narrowing