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