$
This commit is contained in:
6
Makefile
6
Makefile
@@ -2,7 +2,7 @@
|
||||
JAVA = java
|
||||
JAVAC = javac
|
||||
JAVADOC = javadoc
|
||||
OPTIONSDOCS = -d docs
|
||||
OPTIONSDOCS = -d docs -noqualifier all
|
||||
OPTIONS = -d build -Xlint:unchecked -Xlint:deprecation
|
||||
EXT = .java
|
||||
|
||||
@@ -17,8 +17,8 @@ ConsolePACKAGE = Console/
|
||||
# POUR ALLER PLUS VITE (Core, package:Console, )
|
||||
ALL = $(SRC)*$(EXT) $(SRC)$(ConsolePACKAGE)*$(EXT) $(SRC)$(GraphicsPACKAGE)*$(EXT)
|
||||
|
||||
# LE FICHIER JSON
|
||||
JSON = toFormat.json
|
||||
# LE FICHIER JSON (Pour mon test)
|
||||
JSON = /home/bilal-linux/toFormat.json
|
||||
|
||||
.PHONY: console graphics clean docs
|
||||
|
||||
|
Reference in New Issue
Block a user