Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Separate the javadoc directory of the project sources.
[mapping.git] / Makefile
index bcb41b0..292a7c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ clean:
        @echo
        @echo "## Cleaning project ..."
        @echo
-       rm -rf ./$(BIN)/* ./$(JAR) ./$(JAVADOC)/*
+       rm -rf ./$(BIN)/* ./$(JAR)
 
 
 cleanDoc: