summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-09-18 13:35:26 +0700
committerhathach <[email protected]>2021-09-18 13:35:26 +0700
commit3333703d257b4b2a37f543a65ea4a6e2db777fdb (patch)
treefb37112e82f7f64857473d8346f32c763bd67ec9 /examples/make.mk
parent82618d2d5f15d0f8dd9631dec3807964a1281782 (diff)
parent90465299b42facff3c815d97950066706dbbd74a (diff)
Merge branch 'master' into zhangslice-master
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 --------------