$
This commit is contained in:
2
Makefile
2
Makefile
@@ -26,9 +26,9 @@ run:
|
||||
make clean
|
||||
mkdir build/ && mkdir docs/
|
||||
${JAVAC} ${JAVAC_OPTIONS} ${SETTINGS} ${GRAPHICS} ${STORAGE} ${EXCEPTION} ${MAIN}
|
||||
make docs
|
||||
${JAR} cvfe JSonInspector.jar fr.sae.JSonInspector.Main -C build fr
|
||||
cd build && java fr.sae.JSonInspector.Main && cd ..
|
||||
make docs
|
||||
|
||||
clean:
|
||||
rm -rf build && rm -rf docs
|
||||
|
Reference in New Issue
Block a user