Skip to content

Commit

Permalink
Move update-protocol.sh in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Sep 22, 2013
1 parent d50df05 commit 4898c4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ test:
{ echo 'Start Chrome with "--remote-debugging-port=9222"'; false; }
@./node_modules/.bin/mocha -b

.PHONY: test
update-protocol:
cd ./lib/; svn export https://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/Inspector.json

.PHONY: test update-protocol
1 change: 0 additions & 1 deletion lib/update-protocol.sh

This file was deleted.

0 comments on commit 4898c4a

Please sign in to comment.