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