We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cd979 commit 7adbcefCopy full SHA for 7adbcef
base.mk
@@ -4,10 +4,11 @@ PYTHON=python3
4
#OPT=-m cProfile -s time
5
#OPT=-m cProfile -o profile.rslt
6
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
+# If you installed pycoram in your environment
+TARGET=pycoram
+
+# If you directly execute run_pycoram.py without installation
11
+#TARGET=$(PYTHON) $(OPT) $(ROOTDIR)/pycoram/run_pycoram.py
12
13
################################################################################
14
IPVER=v1_00_a
0 commit comments