X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4ed74ca6d4a744d2956a4f2906c897e1886cefd..dfbd22cedb92be1d2fcefe733f977257587d912b:/contrib/psg/Makefile diff --git a/contrib/psg/Makefile b/contrib/psg/Makefile index 43fc9dd4d7..93470aec1c 100644 --- a/contrib/psg/Makefile +++ b/contrib/psg/Makefile @@ -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" - +