This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
5eafb071a6
RIOT
/
dist
/
tools
/
ethos
/
Makefile
8 lines
82 B
Makefile
Raw
Normal View
History
Unescape
Escape
dist: add ethos UNIX tool
2016-02-05 12:52:32 +01:00
all
:
ethos
ethos
:
ethos
.
c
$(
CC
)
-O3 -Wall ethos.c -o ethos
dist: ethos: add clean target
2016-03-30 12:29:34 +02:00
clean
:
rm -f ethos
Copy Permalink