diff options
Diffstat (limited to 'util/flashrom')
-rw-r--r-- | util/flashrom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile index f6234f1518..b47d916822 100644 --- a/util/flashrom/Makefile +++ b/util/flashrom/Makefile @@ -46,7 +46,7 @@ flashrom.o: flashrom.c $(CC) -c $(CFLAGS) $(SVNDEF) $(CPPFLAGS) $< -o $@ clean: - rm -f $(PROGRAM) *.o *~ + rm -f $(PROGRAM) *.o distclean: clean rm -f .dependencies |