Skip to content
Snippets Groups Projects
Commit 08e6529c authored by Michele Alberti's avatar Michele Alberti
Browse files

[ivette|Makefile] Just a style detail on the command to run.

parent 4c48a2ff
No related branches found
No related tags found
No related merge requests found
# --------------------------------------------------------------------------
APP=Ivette
DOME=./src/dome
DOME_ARGS=--command ./$$(dirname $$0)/../../bin/frama-c
DOME_ARGS=--command $$(dirname $$0)/../../bin/frama-c
DOME_DEV=-server-debug 1
DOME_CLI=./bin/frama-c-gui
DOME_API=./src/frama-c
......
......@@ -296,10 +296,10 @@ dome-dev: dome-pkg dome-templ dome-export-dev
@echo "#!/bin/sh" >> $(DOME_CLI)
@echo "export DOME='$(DOME)'" >> $(DOME_CLI)
@echo "export DOME_ENV='dev'" >> $(DOME_CLI)
@echo 'exec $(DOME_MK_BIN)/electron-webpack dev "$$@"' >> $(DOME_CLI)
@echo 'exec $(DOME_MK_BIN)/electron-webpack dev $(DOME_ARGS) $(DOME_DEV) "$$@"' >> $(DOME_CLI)
@chmod 555 $(DOME_CLI)
@echo "[Dome] running application (development)"
@$(DOME_CLI) $(DOME_ARGS) $(DOME_DEV)
@$(DOME_CLI)
# --------------------------------------------------------------------------
# --- Application Building
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment