1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/Makefile

9 lines
141 B
Makefile
Raw Normal View History

2022-06-02 15:04:34 +02:00
HOST_TOOLS=benchmark_udp dose ethos uhcpd sliptty zep_dispatch
2016-04-14 16:48:18 +02:00
.PHONY: all $(HOST_TOOLS)
all: $(HOST_TOOLS)
$(HOST_TOOLS):
$(MAKE) -C $@