From 823e0b899b1396a04585a3b4d555d5c4b626a94f Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Wed, 25 Aug 2010 04:03:19 +0200 Subject: Don't duplicate the list of example programs --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index d149088..9911100 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -20,4 +20,4 @@ check: $(progs) ./speed clean: - rm -f *.o *~ ncr pk speed + rm -f *.o *~ $(progs) -- cgit