GITLAB
elopes
/
PFE15
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
RIOT/dist/tools/ethos/Makefile
82 Bytes
Edit
Raw
Normal View
History
Permalink
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