Blame view

RIOT/dist/tools/ethos/Makefile 82 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
  all: ethos
  
  ethos: ethos.c
  	$(CC) -O3 -Wall ethos.c -o ethos
  
  clean:
  	rm -f ethos