1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 03:12:49 +01:00
RIOT/dist/tools/Makefile

9 lines
122 B
Makefile
Raw Normal View History

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