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

Private GIT Repository
test substi
[Cipher_code.git] / OneRoundIoT / EnhancedOneRound / Makefile
index da280aface8a70f55eef8e013f3b25f8a524bd9c..59e7fc178b24ede0a89f2dfccf58d08ba63736ce 100644 (file)
@@ -24,5 +24,8 @@ enhanced_oneround: pixmap_io.o enhanced_oneround.o
        $(CXX)  -o $@ $^ $(CFLAGS)
 
 
+test_substitution: test_substitution.o
+       $(CXX)  -o $@ $^ $(CFLAGS)      
+
 clean:
        rm -rf *.o enhanced_oneround