Skip to content

Commit

Permalink
dist: ethos: add clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Apr 11, 2016
1 parent e17045e commit 2ec71c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/tools/ethos/Makefile
Expand Up @@ -2,3 +2,6 @@ all: ethos

ethos: ethos.c
$(CC) -O3 -Wall ethos.c -o ethos

clean:
rm -f ethos

0 comments on commit 2ec71c9

Please sign in to comment.