aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-02 16:46:02 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-02 16:46:02 +0200
commitdb3f73ec30151ea0048bd766f8d8c3c8d9aceea5 (patch)
tree2341f8460474f0b5620df45dc2318d99e0025259
parentadd makefile (diff)
downloadpylibgamma-db3f73ec30151ea0048bd766f8d8c3c8d9aceea5.tar.gz
pylibgamma-db3f73ec30151ea0048bd766f8d8c3c8d9aceea5.tar.bz2
pylibgamma-db3f73ec30151ea0048bd766f8d8c3c8d9aceea5.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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