Blame view

RIOT/dist/tools/Makefile 98 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
  HOST_TOOLS=ethos uhcpd
  
  .PHONY: all $(HOST_TOOLS)
  
  all: $(HOST_TOOLS)
  
  $(HOST_TOOLS):
  	make -C $@