X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/11c01e55387d9439baa811b6e956a7ca7d6e409d..f78a79609363b2043b18146d6f1d100a5b8a7052:/IDA/Makefile?ds=inline 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