From 4d018019e98f0b6cbdb83ce3d7596e0e9409702c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 20 Mar 2014 00:27:07 +0100 Subject: missed to rm command before the filename when cython fails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d35c941..1c8a57a 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ obj/%.o: obj/%.c obj/%.c: src/%.pyx @mkdir -p obj - if ! cython -3 -v $<; then src/$*.c ; false ; fi + if ! cython -3 -v $<; then rm src/$*.c ; false ; fi mv src/$*.c $@ -- cgit v1.2.3-70-g09d2