File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ PYTHON=python3
44# OPT=-m cProfile -s time
55# OPT=-m cProfile -o profile.rslt
66
7- # # If you installed pycoram in your environment
8- # TARGET=pycoram
9- # # If you directly execute pycoram.py without installation
10- TARGET =$(ROOTDIR ) /pycoram/pycoram.py
11-
127# ###############################################################################
138IPVER =v1_00_a
149OUTPUTDIR =pycoram_$(TOPMODULE ) _$(IPVER )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ PYTHON=python3
77# # If you installed pycoram in your environment
88# TARGET=pycoram
99# # If you directly execute run_pycoram.py without installation
10- TARGET =$(ROOTDIR ) /pycoram/run_pycoram.py
10+ TARGET =$(PYTHON ) $( OPT ) $( ROOTDIR ) /pycoram/run_pycoram.py
1111
1212# ###############################################################################
1313IPVER =v1_00_a
@@ -22,7 +22,7 @@ all: sim
2222
2323.PHONY : build
2424build :
25- $(PYTHON ) $( OPT ) $( TARGET ) $(ARGS ) $(INPUT )
25+ $(TARGET ) $(ARGS ) $(INPUT )
2626
2727.PHONY : sim
2828sim :
You can’t perform that action at this time.
0 commit comments