X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/11c01e55387d9439baa811b6e956a7ca7d6e409d..7b02553c06f361be8c2f181d0a6cb4cd6b4fdb39:/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