diff options
Diffstat (limited to 'util/nvramtool/Makefile')
-rw-r--r-- | util/nvramtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile index 1f197334f1..7df3aa32dc 100644 --- a/util/nvramtool/Makefile +++ b/util/nvramtool/Makefile @@ -54,7 +54,7 @@ $(PROGRAM): $(OBJS) $(STRIP) $(STRIP_ARGS) $(PROGRAM) clean: - rm -f $(PROGRAM) $(OBJS) + rm -f $(PROGRAM) $(OBJS) junit.xml distclean: clean rm -f .dependencies |