diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ all: build .PHONY: build build: $(LIBBE_VERSION) - $(PYTHON) setup.py build + $(PYTHON) -mbuild -n .PHONY: doc doc: $(DOC) @@ -70,7 +70,7 @@ install: build doc $(PYTHON) setup.py install ${INSTALL_OPTIONS} test: build - $(PYTHON) test.py + PYTHONPATH=build/lib $(PYTHON) test.py .PHONY: clean clean: |