summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 9daf60e35..c894d35f4 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -65,10 +65,12 @@ MKDIR = mkdir
ifeq ($(CMDEXE),1)
CP = copy
RM = del
+ PYTHON = python
else
SED = sed
CP = cp
RM = rm
+ PYTHON = python3
endif
#-------------- Source files and compiler flags --------------