Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to fix the YAML syntax
[simgrid.git] / contrib / psg / Makefile
index 43fc9dd..93470ae 100644 (file)
@@ -5,18 +5,13 @@ all: compile doc
 compile:
        mkdir -p classes
        javac -sourcepath src -classpath $(LIB_JARS):../../simgrid.jar -d classes `find -L -name "*.java"`
-
 doc:
        mkdir -p doc
        javadoc -sourcepath src -classpath $(LIB_JARS):../../simgrid.jar -d doc psgsim
-
 test:
        ./test.sh 
-
 clean: 
        rm -rf classes doc outputs
-       
-# Help Target
 help:
        @echo "The following are a valid targets for this Makefile:"
        @echo "................ all (the default if no target is provided)"
@@ -24,4 +19,4 @@ help:
        @echo "................ doc"
        @echo "................ test"
        @echo "................ clean"
-       
+