mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-02 15:04:52 +00:00
e6cc0105b0
- The shell app needs to be there so the '-' prefix is wrong here.
6 lines
135 B
Makefile
6 lines
135 B
Makefile
telnetd_src = telnetd.c memb.c list.c random.c
|
|
telnetd_dsc = telnetd-dsc.c
|
|
|
|
APPS += shell
|
|
include $(CONTIKI)/apps/shell/Makefile.shell
|