Commit da92d8a8 authored by Stefan Behnel's avatar Stefan Behnel

Makefile fix

parent 80252e8b
......@@ -2,8 +2,8 @@ PYTHON?=python
all: local
local:
${PYTHON} setup.py build_ext --inplace
local:
${PYTHON} setup.py build_ext --inplace
clean:
@echo Cleaning Source
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment