don't leave pickles in source directory

This commit is contained in:
Denys Duchier 2011-08-30 15:58:49 +02:00
parent 4b214db717
commit da437bb6a9
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -9,4 +9,5 @@
*.o
*.so
*.dylib
docs/yap.info*
docs/yap.info*
.build

View File

@ -44,7 +44,7 @@ SOBJS=gecode_yap.@SO@
CODEGEN=$(srcdir)/code-generator.py
DISJUNCTOR = -DDISJUNCTOR
PYTHON = @PYTHON@
PYTHON = @PYTHON@ -B
export PYTHONPATH:=$(srcdir):$(PYTHONPATH)
all: $(SOBJS) gecode.yap