Blame view

RIOT/dist/tools/Makefile 98 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
  HOST_TOOLS=ethos uhcpd
  
  .PHONY: all $(HOST_TOOLS)
  
  all: $(HOST_TOOLS)
  
  $(HOST_TOOLS):
  	make -C $@