提交 6ff4ee82 编写于 作者: M Mark VanderVoord

Merge pull request #31 from chrisdew/master

The `build` directory is not created when running make, which yields an error. 
...@@ -20,7 +20,7 @@ SYMBOLS=-DTEST -DUNITY_SUPPORT_64 ...@@ -20,7 +20,7 @@ SYMBOLS=-DTEST -DUNITY_SUPPORT_64
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
CLEANUP = del /F /Q build\* && del /F /Q $(TARGET) CLEANUP = del /F /Q build\* && del /F /Q $(TARGET)
else else
CLEANUP = rm -f build/*.o ; rm -f $(TARGET) CLEANUP = rm -f build/*.o ; rm -f $(TARGET) ; mkdir -p build
endif endif
all: clean default all: clean default
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册