Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Back to previous Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 28, 2018
1 parent 0e8b0d7 commit 2f9970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build-swig:
}
rm -f ./skycoin/skycoin.py
rm -f swig/pyskycoin_wrap.c
swig -python -Iswig\include -I$(INCLUDE_DIR) -outdir .\skycoin\ -o swig\pyskycoin_wrap.c $(LIBSWIG_DIR)\skycoin.coin.i
swig -python -Iswig/include -I$(INCLUDE_DIR) -outdir ./skycoin/ -o swig/pyskycoin_wrap.c $(LIBSWIG_DIR)/skycoin.coin.i

develop:
$(PYTHON_BIN) setup.py develop
Expand Down

0 comments on commit 2f9970e

Please sign in to comment.