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

retrun to ctd and xbt option with optional GUI

parent 545cbf64
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)
# to run program in GUI mode : make run GUI=-g
runctd:
# to run program in GUI mode : make ctd GUI=-g
ctd:
$(PYTHON) $(MAIN) $(OPTIONS_CTD) $(GUI)
runxbt:
# to run program in GUI mode : make xbt GUI=-g
xbt:
$(PYTHON) $(MAIN) $(OPTIONS_XBT) $(GUI)
build:
......
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