Skip to content
Snippets Groups Projects
Commit 46fd2c35 authored by Luigi Santocanale's avatar Luigi Santocanale
Browse files

Makefile à jour

parent de093b6a
Branches
No related tags found
No related merge requests found
......@@ -26,12 +26,12 @@ clean:
rm *.zip *.jar manifest.*
# Cible qui explique comment executer
exec:
java -classpath $(INSTALLDIR) $(MAINCLASS)
exec: $(JARFILE).jar
java -jar $(JARFILE).jar
# Ou autrement
# exec: $(JARFILE).jar
# java -jar $(JARFILE).jar
#exec:
# java -classpath $(INSTALLDIR) $(MAINCLASS)
# Demarre automatiquement une demonstration de votre programme
# Il faut que cette demo soit convaincante
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment