summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick Daly <Nick.M.Daly@gmail.com>2013-01-06 16:05:58 -0600
committerNick Daly <Nick.M.Daly@gmail.com>2013-01-06 16:05:58 -0600
commit8e16374136b5d230edc1cb049f30dc4ca6e88f78 (patch)
tree6ede25479508f10b54706e67fe00d50d75871b73 /Makefile
parentb45d5cfe85bc7686a6296aa0af4735710a6f7122 (diff)
Commented out the extra bjsonrpc call.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c2f8ac..40460de 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ COMPRESSED_CSS := $(patsubst %.css,%.tiny.css,$(CSS))
PWD=`pwd`
## Catch-all tagets
-default: predepend cfg cherrypy.config dirs template css docs dbs $(BUILD_DIR)/exmachina $(BUILD_DIR)/bjsonrpc
+default: predepend cfg cherrypy.config dirs template css docs dbs $(BUILD_DIR)/exmachina #$(BUILD_DIR)/bjsonrpc
all: default
build: