This commit is contained in:
pro.boooooo
2023-01-16 01:49:14 +01:00
parent 1ee23545c8
commit 10499a2c16
18 changed files with 10 additions and 114 deletions

View File

@@ -25,7 +25,7 @@ run:
make clean
mkdir build/ && mkdir docs/
${JAVAC} ${JAVAC_OPTIONS} ${SETTINGS} ${GRAPHICS} ${STORAGE} ${EXCEPTION} ${MAIN}
cd build && java fr.sae.JSonInspector.Main /home/bilal-linux/toFormat.json && cd ..
cd build && java fr.sae.JSonInspector.Main && cd ..
clean:
rm -rf build && rm -rf docs