mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
Fix bug, makefiles for example do not clean on windows
This commit is contained in:
@@ -10,7 +10,7 @@ ifeq ($(OSTYPE),cygwin)
|
||||
MKDIR = mkdir -p
|
||||
TARGET_EXTENSION=.out
|
||||
elseifeq ($(OSTYPE),msys)
|
||||
CLEANUP = rm -f
|
||||
CLEANUP = rm -f
|
||||
MKDIR = mkdir -p
|
||||
TARGET_EXTENSION=.exe
|
||||
elseifeq ($(OS),Windows_NT)
|
||||
|
||||
Reference in New Issue
Block a user