]> AND Private Git Repository - Cipher_code.git/blobdiff - IDA/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
code improvement
[Cipher_code.git] / IDA / Makefile
index 20a836f14ea49f33ec3a6df16e50398eda1f0ddb..a2afb98ae22849980c681fa90f6d8e3f6cb2dd88 100644 (file)
@@ -8,5 +8,8 @@ LIBS= -larmadillo -lopenblas
 test_mat2: test_mat2.cpp
        g++ -std=c++11 $(CPP_FLAGS)  -o $@ $<   $(LIBS)
 
 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:
 clean:
-       rm test_mat2
+       rm test_mat2 ida