Index: appengine/chromium_rietveld/Makefile |
diff --git a/appengine/chromium_rietveld/Makefile b/appengine/chromium_rietveld/Makefile |
index 5578f067edbc946809fd393907670cb330f3f4f2..e95a22e0f296eca7744b702990e02251a737103d 100644 |
--- a/appengine/chromium_rietveld/Makefile |
+++ b/appengine/chromium_rietveld/Makefile |
@@ -65,7 +65,7 @@ update_revision: |
@echo "---[Updating REVISION]---" |
@echo "$(VERSION_TAG)" >REVISION |
-update: update_revision mapreduce update_backend |
+update_frontend: update_revision mapreduce |
@echo "---[Updating $(APPID)]---" |
$(APPCFG) $(APPCFG_FLAGS) update . --oauth2 --application $(APPID) --version $(VERSION) |
@@ -73,6 +73,8 @@ update_backend: update_revision mapreduce |
@echo "---[Updating backend $(APPID)]---" |
$(APPCFG) $(APPCFG_FLAGS) backends update . --oauth2 --application $(APPID) --version $(VERSION) |
+update: update_frontend update_backend |
+ |
upload: update |
deploy: update |