Unverified Commit 505b13e8 authored by eisfunke's avatar eisfunke
Browse files

Update makefile.

parent d73f52f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,6 +46,6 @@ deploy: all deploy-check
	$(eval DEPLOY_TARGET=$(shell cat deploy-target))
	$(RSYNC_DEPLOY) out/. $(DEPLOY_TARGET)
deploy-check:
	@echo -n "Are you sure? [y/N] " && read ans && [ $${ans:-N} == y ]
	@echo -n "Deploying to production. Are you sure? [y/N] " && read ans && [ $${ans:-N} == y ]

.PHONY: all style clean deploy