1
0
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:
Kaspar Schleiser 2016-03-30 12:29:34 +02:00
parent e17045e901
commit 2ec71c9ca0

View File

@ -2,3 +2,6 @@ all: ethos
ethos: ethos.c
$(CC) -O3 -Wall ethos.c -o ethos
clean:
rm -f ethos