X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/11c01e55387d9439baa811b6e956a7ca7d6e409d..4d9a4865f4446306e2815ac4da409c92243b85b2:/IDA/Makefile?ds=sidebyside

diff --git a/IDA/Makefile b/IDA/Makefile
index 20a836f..a2afb98 100644
--- a/IDA/Makefile
+++ b/IDA/Makefile
@@ -8,5 +8,8 @@ LIBS= -larmadillo -lopenblas
 test_mat2: test_mat2.cpp
 	g++ -std=c++11 $(CPP_FLAGS)  -o $@ $<   $(LIBS)
 
+ida: ida.cpp
+	g++ -std=c++11 $(CPP_FLAGS)  -o $@ $<   $(LIBS)
+
 clean:
-	rm test_mat2
+	rm test_mat2 ida