X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcrypto%2Fsha256%2Fbenchmarks%2FMakefile;fp=ccan%2Fcrypto%2Fsha256%2Fbenchmarks%2FMakefile;h=f1749ab5e7eb11cb8123235bae012e9d127a4619;hb=f1f32a2ff565d98dd41326342eb05efc12fdb886;hp=a9f1b29fc7dbd821cd3a4f7e5c16536813bec4dc;hpb=0e46d8c0ac29b851563ef8a8f3300376bf3c893c;p=ccan diff --git a/ccan/crypto/sha256/benchmarks/Makefile b/ccan/crypto/sha256/benchmarks/Makefile index a9f1b29f..f1749ab5 100644 --- a/ccan/crypto/sha256/benchmarks/Makefile +++ b/ccan/crypto/sha256/benchmarks/Makefile @@ -12,7 +12,7 @@ $(INTEL_OBJS): %.o : %.asm yasm -f x64 -f elf64 -X gnu -g dwarf2 -D LINUX -o $@ $< clean: - $(RM) -f *.o + rm -f *.o ccan-crypto-sha256.o: $(CCANDIR)/ccan/crypto/sha256/sha256.c $(CC) $(CFLAGS) -c -o $@ $<