summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6234f1..b47d916 100644
--- a/Makefile
+++ b/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
OpenPOWER on IntegriCloud