Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6bac11f
)
nodejs: add NODE_PATH
author
Roger Meier
<roger@apache.org>
Mon, 6 Jan 2014 06:19:09 +0000
(07:19 +0100)
committer
Roger Meier
<roger@apache.org>
Mon, 6 Jan 2014 06:19:09 +0000
(07:19 +0100)
lib/nodejs/examples/Makefile
patch
|
blob
|
history
diff --git
a/lib/nodejs/examples/Makefile
b/lib/nodejs/examples/Makefile
index
b4283dc
..
87157db
100644
(file)
--- a/
lib/nodejs/examples/Makefile
+++ b/
lib/nodejs/examples/Makefile
@@
-18,7
+18,7
@@
all:
../../../compiler/cpp/thrift --gen js:node user.thrift
server: all
- NODE_PATH=../lib:../lib/thrift node server.js
+ NODE_PATH=../lib:../lib/thrift
:$(NODE_PATH)
node server.js
client: all
- NODE_PATH=../lib:../lib/thrift node client.js
+ NODE_PATH=../lib:../lib/thrift
:$(NODE_PATH)
node client.js