- Commit
- 6e811fb8e6bbee938605febb4847bb9a1bbf8a85
- Parent
- 58e74b2473def28c9a63df069ced3ba43aebf04d
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Removed the deploy target from the Makefile
A simple SVG markup editor for the web
Removed the deploy target from the Makefile
1 file changed, 0 insertions, 3 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 3 | 0 | 3 |
diff --git a/Makefile b/Makefile @@ -10,9 +10,6 @@ build: cp index.html manifest.json css assets _site/ -r cp js/* _site/js/ -deploy: build - rsync -rtv _site/ root@escobar.life:/var/www/svg - auto-compile: ls src/*.elm js/* css/* assets/* manifest.json index.html Makefile | entr make build