diff options
| author | kkitayam <[email protected]> | 2021-01-14 01:19:43 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-01-14 01:19:43 +0900 |
| commit | d7cfd8b91db127459d61aa8b8d091cb08e732208 (patch) | |
| tree | 32b428648fcbdaadb1ade3269f6a2b5c76e8dee7 /examples/make.mk | |
| parent | fc69dd70cf3c669308240bb0a6bb05d6eda51487 (diff) | |
replaced variable name to CMDEXE from UNAME.
removed the rule that .d files are converted to .P files.
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk index ee4ed640e..992a4e60e 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -34,7 +34,7 @@ CXX = $(CROSS_COMPILE)g++ OBJCOPY = $(CROSS_COMPILE)objcopy SIZE = $(CROSS_COMPILE)size MKDIR = mkdir -ifeq ($(UNAME),Windows) +ifeq ($(CMDEXE),1) CP = copy RM = del else |
