summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile
index 9a69e3a4f1..52a953f108 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -27,7 +27,7 @@ CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-
all: libloader.a
clean:
- -rm -f *.o libloader.a
+ rm -f *.o *.a *~
distclean: clean