mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-15 00:43:24 +00:00
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:
parent
f5e88e1858
commit
21f189dde9
@ -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 $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user