Skip to content

Commit 7adbcef

Browse files
committed
base.mk is updated.
1 parent a6cd979 commit 7adbcef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

base.mk

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ 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 run_pycoram.py without installation
10-
TARGET=$(PYTHON) $(OPT) $(ROOTDIR)/pycoram/run_pycoram.py
7+
# If you installed pycoram in your environment
8+
TARGET=pycoram
9+
10+
# If you directly execute run_pycoram.py without installation
11+
#TARGET=$(PYTHON) $(OPT) $(ROOTDIR)/pycoram/run_pycoram.py
1112

1213
################################################################################
1314
IPVER=v1_00_a

0 commit comments

Comments
 (0)