summaryrefslogtreecommitdiffstats
path: root/input/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'input/Makefile')
-rw-r--r--input/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/Makefile b/input/Makefile
index e0d6890cbd..9711e8f31b 100644
--- a/input/Makefile
+++ b/input/Makefile
@@ -23,8 +23,8 @@ all: $(LIBNAME)
clean:
rm -f *.o *.a *~
-distclean:
- rm -f Makefile.bak *.o *.a *~ .depend
+distclean: clean
+ rm -f .depend
dep: depend