X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Fbenchmarks%2FMakefile;h=7dcf9bebcb7133aeb389f974a0e89a8d4818d2d3;hb=HEAD;hp=0068400de51c047c6cc994a0f71deec5990e3d66;hpb=1fe2db9cbe84812e1465db36f538a222e9984c93;p=ccan diff --git a/ccan/io/benchmarks/Makefile b/ccan/io/benchmarks/Makefile index 0068400d..7dcf9beb 100644 --- a/ccan/io/benchmarks/Makefile +++ b/ccan/io/benchmarks/Makefile @@ -26,4 +26,4 @@ err.o: $(CCANDIR)/ccan/err/err.c $(CC) $(CFLAGS) -c -o $@ $< clean: - $(RM) -f *.o $(ALL) + rm -f *.o $(ALL)