Be consistent with tab chars in Makefiles.
This commit is contained in:
parent
ea4fac679f
commit
c385dd1393
|
@ -1,7 +1,7 @@
|
|||
# -*- makefile -*-
|
||||
|
||||
ifndef CONTIKI
|
||||
${error CONTIKI not defined! You must specify where CONTIKI resides}
|
||||
${error CONTIKI not defined! You must specify where Contiki resides}
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET),)
|
||||
|
|
Loading…
Reference in a new issue