Skip to content
Snippets Groups Projects
Commit 545cbf64 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

add GUI option

parents 98bd0760 182ab9fc
No related branches found
No related tags found
No related merge requests found
......@@ -25,11 +25,12 @@ lint:
test:
$(PYTHON) -m unittest discover -v $(TEST_PATH)
ctd:
$(PYTHON) $(MAIN) $(OPTIONS_CTD)
# to run program in GUI mode : make run GUI=-g
runctd:
$(PYTHON) $(MAIN) $(OPTIONS_CTD) $(GUI)
xbt:
$(PYTHON) $(MAIN) $(OPTIONS_XBT)
runxbt:
$(PYTHON) $(MAIN) $(OPTIONS_XBT) $(GUI)
build:
pyinstaller -wF $(MAIN)
......
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