remove cherrypy.cfg from default

This commit is contained in:
James Vasile 2013-02-06 12:39:49 -05:00
parent 500a8f1e79
commit fb3af15edd

View File

@ -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 $(BUILDDIR)/exmachina #$(BUILDDIR)/bjsonrpc
default: predepend cfg dirs template css docs dbs $(BUILDDIR)/exmachina #$(BUILDDIR)/bjsonrpc
all: default
build: