Add a simple test.c with a Makefile

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-10-05 14:36:31 +00:00
parent 00f18733d8
commit c4d2ef7d97
2 changed files with 132 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
CFLAGS=-march=native -O2
LDLIBS=-lsodium
test:
.PHONY: clean
clean:
rm -f test