diff options
| author | hathach <[email protected]> | 2023-03-05 15:35:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-05 15:35:02 +0700 |
| commit | 9824981ee80f38791ec8de2d26ab928a382e852f (patch) | |
| tree | eb7dd18abe617aacff637556f9562ce497aa868c /examples | |
| parent | 8a493485e802673a877e43a53c7181a9668c7d51 (diff) | |
ignore mkdir in windows ci
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index 06bc593ba..76be50b9c 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -112,7 +112,7 @@ OBJ_DIRS = $(sort $(dir $(OBJ))) $(OBJ): | $(OBJ_DIRS) $(OBJ_DIRS): ifeq ($(CMDEXE),1) - @$(MKDIR) $(subst /,\,$@) + -@$(MKDIR) $(subst /,\,$@) else @$(MKDIR) -p $@ endif |
