Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implementation of fault tolerance in Default Mapping.
[mapping.git] / Makefile
index 0484f53..bcb41b0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ compile:
        $(JAVAC) -d ./$(BIN) ./$(SRC)/$(PACKAGE)/*.java
 
 
-jar:clean compile javadoc
+jar:clean compile
        @echo
        @echo "## Creation of Mapping jar ..."
        @echo