summaryrefslogtreecommitdiff
path: root/com32/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'com32/lib/Makefile')
-rw-r--r--com32/lib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index a6355c9f..1bbfadeb 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -78,7 +78,9 @@ libcom32.a : $(LIBOBJS)
$(RANLIB) $@
tidy:
- rm -f *.o .*.d */*.o */.*.d sys/vesa/alphatbl.c
+ rm -f sys/vesa/alphatbl.c
+ find . -name \*.o -print | xargs -r rm -f
+ find . -name .\*.d -print | xargs -r rm -f
clean: tidy
rm -f *.a