Merge branch 'master' of dwarves.iut-fbleau.fr:issombal/SAE31_2023
@@ -0,0 +1,11 @@
## VARIABLES
JVM = java
JC = javac
CLASSPATH = -cp ".:mariadb-client.jar"
## REGLE DE BASE
compile :
${JC} JTreeExample.java
run : compile
${JVM} JTreeExample ${CLASSPATH}
The note is not visible to the blocked user.