diff options
| author | Reinhard Panhuber <[email protected]> | 2021-01-18 17:16:25 +0100 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-01-18 17:16:25 +0100 |
| commit | 15152b62ce363a44bc748859f9d09ef21216790c (patch) | |
| tree | 8d8489105e563bbfd5adbb1d4080df9b3ff586c1 /examples/make.mk | |
| parent | dff588d7727f63b7e8819a89c259b5edddb079e9 (diff) | |
| parent | 7aaccd94d2e11ee2329353b4119526c75279b3ba (diff) | |
Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer
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 6743044fd..992a4e60e 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -34,9 +34,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 -------------- |
