9 lines
98 B
Makefile
9 lines
98 B
Makefile
HOST_TOOLS=ethos uhcpd
|
|
|
|
.PHONY: all $(HOST_TOOLS)
|
|
|
|
all: $(HOST_TOOLS)
|
|
|
|
$(HOST_TOOLS):
|
|
make -C $@
|