From db3f73ec30151ea0048bd766f8d8c3c8d9aceea5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 2 Sep 2014 16:46:02 +0200 Subject: m 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 a1d644f..4af3f3d 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ obj/%.o: obj/%.c src/*.h $(CC) $(CC_FLAGS) -iquote"src" -c -o $@ $< obj/%.c: obj/%.pyx - $(CYTHON) -3 -v $< + if ! $(CYTHON) -3 -v $< ; then rm $@ ; false ; fi obj/libgamma_native_facade.pyx: src/libgamma_native_facade.pyx @mkdir -p obj -- cgit v1.2.3-70-g09d2