mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-03 06:23:10 +00:00
5 lines
77 B
Makefile
5 lines
77 B
Makefile
|
|
.PHONY: all
|
||
|
|
|
||
|
|
all:
|
||
|
|
g++ --std=c++20 test.c -I../ -lnegentropy -lcrypto -L../
|