ajout .gitignore + modif makefile et BDatabase.java

This commit is contained in:
brinet
2022-12-01 16:02:29 +01:00
parent c40366e4e2
commit 14ebaedeeb
3 changed files with 23 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Commandes
JAVAC = javac
JAVAC = javac -encoding UTF-8
JAVA = java
JAR = $(JAVA) -jar
JAVADOC = javadoc