Skip to content

Commit

Permalink
Remove errant node-sdk target from Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Haskins <[email protected]>
  • Loading branch information
ghaskins committed Jun 23, 2016
1 parent 806d7aa commit 1f95fd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ build/behave/.grpc-dummy:
touch build/behave/.grpc-dummy

behave-grpc: build/behave/.grpc-dummy


behave-deps: images peer behave-grpc
behave: behave-deps
Expand Down Expand Up @@ -227,7 +227,6 @@ node-sdk:
node-sdk-unit-tests: node-sdk
@./sdk/node/bin/run-unit-tests.sh

node-sdk:
.PHONY: clean
clean: images-clean
-@rm -rf build ||:
Expand Down

0 comments on commit 1f95fd1

Please sign in to comment.