mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-02 14:03:07 +00:00
3 lines
126 B
Makefile
3 lines
126 B
Makefile
harness: harness.cpp ../../cpp/Negentropy.h
|
|
g++ -g -std=c++20 -I../../cpp/ -I ./hoytech-cpp/ harness.cpp -lcrypto -o harness
|