Skip to content

Commit

Permalink
Merge pull request #238 from defunctzombie/fix/makefile
Browse files Browse the repository at this point in the history
fix Makefile
  • Loading branch information
rauchg committed Jan 23, 2014
2 parents 3841d7b + d04eb7b commit 5cbde0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

REPORTER = dot

build:
build: engine.io.js

engine.io.js: lib/*.js lib/transports/*.js
@./node_modules/.bin/browserify --standalone eio -o engine.io.js .

test:
Expand Down

0 comments on commit 5cbde0b

Please sign in to comment.