index
:
imOk-www
master
Sample project using a Python backend with a Vue.js frontend, with build tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: bb9d7e7aa6aae0ccf88c60ee6a2eec91545f005d (
plain
)
1
2
3
4
5
6
@phony
:
deploy
TARGET
=
"/var/www/imok.ngha.ro/"
deploy
:
rsync
-vr
www/
$(
TARGET
)