diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-05-21 10:50:25 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-05-21 10:50:25 +0530 |
| commit | 423b0a7b8b3f2fb38e1a29657a0b10d557419849 (patch) | |
| tree | 84ee6fc24e98317b306a2c9fff2e885b5adcb6e4 /Arduino.mk | |
| parent | 9a45b800179efca8177678740ce9020390c0fd0e (diff) | |
| parent | 634bd9bc9ce75bfb1dc1585cd1cf8393fecc6ca6 (diff) | |
Merge pull request #203 from sej7278/master
Some language clean up
Diffstat (limited to 'Arduino.mk')
| -rw-r--r-- | Arduino.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -648,7 +648,7 @@ LOCAL_OBJ_FILES = $(LOCAL_C_SRCS:.c=.o) $(LOCAL_CPP_SRCS:.cpp=.o) \ LOCAL_OBJS = $(patsubst %,$(OBJDIR)/%,$(LOCAL_OBJ_FILES)) ifeq ($(words $(LOCAL_SRCS)), 0) - $(error Atleast one source file (*.ino, *.pde, *.cpp, *c, *cc, *.S) is needed) + $(error At least one source file (*.ino, *.pde, *.cpp, *c, *cc, *.S) is needed) endif ifeq ($(strip $(NO_CORE)),) |
