Skip to content

Commit

Permalink
added alternate compile method
Browse files Browse the repository at this point in the history
  • Loading branch information
oransel committed Jan 26, 2012
1 parent af314a7 commit 663d65a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
@@ -0,0 +1,12 @@
# Alternate way of building node-talib module
# Similar results can be achieved with npm

all:
@cd ./src/lib && ./configure && make && cd ../../ && node-waf configure && node-waf build
@echo
@echo build complete

clean:
@rm -rf build/* && cd ./src/lib && make maintainer-clean && cd ../../
@echo
@echo clean complete

0 comments on commit 663d65a

Please sign in to comment.