diff options
| author | hathach <[email protected]> | 2021-01-22 11:17:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-22 11:17:10 +0700 |
| commit | 0cf2b02791bee41583f58b65c57bdac4ca1faf45 (patch) | |
| tree | 712d223dd102497b8d4764db50d9b3eaa7f82fef /examples/make.mk | |
| parent | 4cd8a95ef71fa351af1ec7144301b2736a80c75d (diff) | |
| parent | 388abe9d9cc0a7c360fd902e01461a53bb7b3f42 (diff) | |
Merge branch 'master' into group-boards-into-family
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk index 60e5f2c06..bf3b36a62 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -54,9 +54,14 @@ CXX = $(CROSS_COMPILE)g++ OBJCOPY = $(CROSS_COMPILE)objcopy SIZE = $(CROSS_COMPILE)size MKDIR = mkdir +ifeq ($(CMDEXE),1) +CP = copy +RM = del +else SED = sed CP = cp RM = rm +endif #-------------- Source files and compiler flags -------------- |
