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
106 B
Makefile
Raw Normal View History

2020-04-16 23:49:07 +02:00
HOST_TOOLS=ethos uhcpd sliptty
2016-04-14 16:48:18 +02:00
.PHONY: all $(HOST_TOOLS)
all: $(HOST_TOOLS)
$(HOST_TOOLS):
make -C $@