Skip to content

Commit

Permalink
Switch to using the virtualenv's version of pycco
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Joyce committed Mar 12, 2013
1 parent 69e4f95 commit b32c7fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -7,11 +7,12 @@ SHELL = /bin/bash
VENV_DIR = $(BUILD_DIR)/venv
PIP = $(VENV_DIR)/bin/pip
PYTHON = $(VENV_DIR)/bin/python
PYCCO = $(VENV_DIR)/bin/pycco

all: pycco_deps test_deps build

build: pycco_deps
pycco sockjs-protocol*.py
$(PYCCO) sockjs-protocol*.py

clean:
@rm -rf $(BUILD_DIR)
Expand Down

0 comments on commit b32c7fb

Please sign in to comment.