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
This commit is contained in:
Steven Dake 2004-06-30 19:07:39 +00:00
parent f5e88e1858
commit 21f189dde9

View File

@ -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 $@ $<