diff --git a/util/ifdtool/Makefile b/util/ifdtool/Makefile index f742a1c..eeb4d42 100644 --- a/util/ifdtool/Makefile +++ b/util/ifdtool/Makefile @@ -31,6 +31,7 @@ $(PROGRAM): $(OBJS) clean: rm -f $(PROGRAM) *.o *~ distclean: clean + rm -rf .dependencies dep: @$(CC) $(CFLAGS) -MM *.c > .dependencies