diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile index b51f5a2ad8..389ec48493 100644 --- a/util/inteltool/Makefile +++ b/util/inteltool/Makefile @@ -47,7 +47,7 @@ $(PROGRAM): $(OBJS) $(CC) $(CFLAGS) -o $(PROGRAM) $(OBJS) $(LDFLAGS) clean: - rm -f $(PROGRAM) *.o *~ junit.xml + rm -f $(PROGRAM) *.o *~ junit.xml .dependencies distclean: clean rm -f .dependencies