summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/ifdtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ifdtool/Makefile b/util/ifdtool/Makefile
index 936aa50f90..cf6d37812f 100644
--- a/util/ifdtool/Makefile
+++ b/util/ifdtool/Makefile
@@ -29,7 +29,7 @@ $(PROGRAM): $(OBJS)
$(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS)
clean:
- rm -f $(PROGRAM) *.o *~
+ rm -f $(PROGRAM) *.o *~ .dependencies
distclean: clean
dep: