Remove compile commands

dev
anulax1225 ago%!(EXTRA string=7 months)
parent e33dddedea
commit 92f468bfa4
  1. 1
      pycompile
  2. 1
      src/ToolChaine.py

@ -0,0 +1 @@
pyinstaller src/main.py --onefile --distpath ./bin -n bakasable

@ -47,6 +47,7 @@ def build(config) -> None:
Command.exec("premake5 gmake2")
Command.exec("premake5 export-compile-commands")
Command.exec(f"mv ./compile_commands/{config.lower()}.json ./compile_commands.json")
Command.exec("rm -rf ./compile_commands")
Command.exec(f"make config={config.lower()}")
case _:
Log.error("Platform not supported")

Loading…
Cancel
Save