diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-02 16:46:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-02 16:46:02 +0200 |
commit | db3f73ec30151ea0048bd766f8d8c3c8d9aceea5 (patch) | |
tree | 2341f8460474f0b5620df45dc2318d99e0025259 /Makefile | |
parent | add makefile (diff) | |
download | pylibgamma-db3f73ec30151ea0048bd766f8d8c3c8d9aceea5.tar.gz pylibgamma-db3f73ec30151ea0048bd766f8d8c3c8d9aceea5.tar.bz2 pylibgamma-db3f73ec30151ea0048bd766f8d8c3c8d9aceea5.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |