aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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