From e1151e463deb240dfb12c6be52610b99f1cd7a79 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 30 Dec 2013 21:02:10 +0200 Subject: Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist. --- unix-cpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix-cpy') diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile index a77a6308b1..ef1999a1b0 100644 --- a/unix-cpy/Makefile +++ b/unix-cpy/Makefile @@ -86,6 +86,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h $(BUILD)/emitbc.o: $(PYSRC)/emit.h clean: - /bin/rm -r $(BUILD) + /bin/rm -rf $(BUILD) .PHONY: clean -- cgit v1.2.3