From: hn Date: Thu, 28 Sep 2017 08:04:49 +0000 (+0200) Subject: new X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/11c01e55387d9439baa811b6e956a7ca7d6e409d?ds=sidebyside;hp=6a49f25ff1d42c2a3309c5add09d7b770c903bb1 new --- diff --git a/IDA/Makefile b/IDA/Makefile new file mode 100644 index 0000000..20a836f --- /dev/null +++ b/IDA/Makefile @@ -0,0 +1,12 @@ + + + +CPP_FLAGS= -fopenmp -O3 -lc -lm + +LIBS= -larmadillo -lopenblas + +test_mat2: test_mat2.cpp + g++ -std=c++11 $(CPP_FLAGS) -o $@ $< $(LIBS) + +clean: + rm test_mat2