negentropy/test/cpp/Makefile
2023-09-16 22:52:46 -04:00

3 lines
132 B
Makefile

harness: harness.cpp ../../cpp/Negentropy.h
g++ -g -Wall -std=c++20 -I../../cpp/ -I ./hoytech-cpp/ harness.cpp -lcrypto -o harness