diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,10 +3,10 @@ build: ./build.sh ./genrss.sh > feed.xml -# Launch a local web server. +# Launch a local web server for validation. server: yaegi -e 'http.ListenAndServe(":8080", http.FileServer(http.Dir(".")))' -# Publish on github pages. +# Publish on my smartphone g7p publish: - git push + rsync -av --exclude=.git . g7p:www/dot.vertes.org/ |
