diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile index e36560d6e1..179bea9f85 100644 --- a/util/inteltool/Makefile +++ b/util/inteltool/Makefile @@ -49,7 +49,7 @@ $(PROGRAM): $(OBJS) $(CC) $(CFLAGS) $(CPPFLAGS) -o $(PROGRAM) $(OBJS) $(LDFLAGS) clean: - rm -f $(PROGRAM) *.o *~ junit.xml + rm -f $(PROGRAM) *.o *~ junit.xml .dependencies distclean: clean rm -f .dependencies