aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 5ddabff..78b051e 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -22,4 +22,5 @@ libmatcha.a: thread.o executor.o \
$(AS) -c -o $@ $^ $(ASFLAGS)
clean:
- rm -f *.o **/*.o libmatcha.a
+ find . -name '*.o' -exec rm -f {} \;
+ rm -f libmatcha.a