summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 442083cba..ef5e37c85 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ tags:
ctags -R
clean: subdirs_clean
+ rm -f libc.a
subdirs: $(patsubst %, _dir_%, $(DIRS))
subdirs_clean: $(patsubst %, _dirclean_%, $(DIRS))