summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-05 13:39:38 +0700
committerhathach <[email protected]>2023-03-05 13:39:38 +0700
commit8a493485e802673a877e43a53c7181a9668c7d51 (patch)
tree8982de3017be17bcb799af5d4b33d5bfaa4a43f1 /examples/make.mk
parentb4ef98cbdcac8a6bec4caee05920afc37a745149 (diff)
more ci test
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 5b364baf7..8a0b6db6b 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -77,10 +77,9 @@ endif
ifeq ($(CMDEXE),1)
CP = copy
RM = del
+ MKDIR = mkdir
PYTHON = python
- MKDIR = cmd /e /c mkdir
else
- SED = sed
CP = cp
RM = rm
MKDIR = mkdir