mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-18 03:30:31 +00:00
Adding 'APPS+=program-handler' in apps/Makefile.telnetd might be considered more consistent but I opted for this more obvious approach. BTW yet another example that from my perspective simply can't have worked...
This commit is contained in:
parent
9dff20305f
commit
7168278a89
@ -1,5 +1,5 @@
|
|||||||
all: telnet-server
|
all: telnet-server
|
||||||
APPS=telnetd
|
APPS=telnetd program-handler
|
||||||
|
|
||||||
CONTIKI = ../..
|
CONTIKI = ../..
|
||||||
include $(CONTIKI)/Makefile.include
|
include $(CONTIKI)/Makefile.include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user