mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 09:52:45 +01:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
HOST_TOOLS=ethos uhcpd sliptty
|
|
|
|
.PHONY: all $(HOST_TOOLS)
|
|
|
|
all: $(HOST_TOOLS)
|
|
|
|
$(HOST_TOOLS):
|
|
$(MAKE) -C $@
|