Skip to content

Commit

Permalink
modified 'make all' to use build_ext -i; mostly fixes ged-lab#185
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Oct 21, 2013
1 parent 8743a10 commit 4fa5bec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
all:
python setup.py build
python setup.py build_ext -i

install:
python setup.py install
Expand All @@ -8,6 +8,7 @@ clean:
python setup.py clean --all
cd lib && make clean
cd tests && rm -rf khmertest_*
rm -f khmer/_khmermodule.so

doc: FORCE
python setup.py build_sphinx --fresh-env
Expand Down

0 comments on commit 4fa5bec

Please sign in to comment.