Blame view

RIOT/dist/tools/ethos/Makefile 82 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
  all: ethos
  
  ethos: ethos.c
  	$(CC) -O3 -Wall ethos.c -o ethos
  
  clean:
  	rm -f ethos