diff options
Diffstat (limited to 'vhosts/blog/Makefile')
| -rw-r--r-- | vhosts/blog/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/vhosts/blog/Makefile b/vhosts/blog/Makefile index e57db10d..8348a0b0 100644 --- a/vhosts/blog/Makefile +++ b/vhosts/blog/Makefile @@ -2,11 +2,7 @@ all: deploy .PHONY: deploy -deploy: build serve - -.PHONY: setup -setup: - true +deploy: clean build serve .PHONY: build build: |
