From 21f189dde9a1a167959f859fc5f4d76ea51ca973 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 30 Jun 2004 19:07:39 +0000 Subject: [PATCH] make clean didn't remove ckptbench and ckptbenchth binaries (Logical change 1.17) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@38 fd59a12c-fef9-0310-b244-a6a79926bd2f --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index cc09a333..53eb1aff 100644 --- a/test/Makefile +++ b/test/Makefile @@ -92,7 +92,7 @@ ckptstress: ckptstress.o $(CC) $(LDFLAGS) -o ckptstress ckptstress.o $(LIBS) clean: - rm -f *.o testclm testamf testamf1 testamf2 testamf3 testamf4 testamf5 testamf6 testamfth testckpt ckptstress testparse testtimer + rm -f *.o testclm testamf testamf1 testamf2 testamf3 testamf4 testamf5 testamf6 testamfth testckpt ckptstress testparse testtimer ckptbench ckptbenchth %.o: %.c $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<