mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist: ethos: add clean target
This commit is contained in:
parent
e17045e901
commit
2ec71c9ca0
3
dist/tools/ethos/Makefile
vendored
3
dist/tools/ethos/Makefile
vendored
@ -2,3 +2,6 @@ all: ethos
|
||||
|
||||
ethos: ethos.c
|
||||
$(CC) -O3 -Wall ethos.c -o ethos
|
||||
|
||||
clean:
|
||||
rm -f ethos
|
||||
|
Loading…
Reference in New Issue
Block a user