diff options
author | Admin <admin@marx.cafe> | 2022-12-02 23:31:56 -0500 |
---|---|---|
committer | Admin <admin@marx.cafe> | 2022-12-02 23:31:56 -0500 |
commit | 60dfb747b3f912610a67544376853f69464530d2 (patch) | |
tree | 50489c20937dbfab2b7908559d1e9710b9e510ff /Makefile | |
parent | 7c0a482b321fa27ad320df91642296b7a83faeaa (diff) |
Add make deploy, add source code link
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,3 +3,8 @@ compile: dev: hugo server -D + +deploy: compile + rsync -v -P -a --delete public/ marx:/var/www/html/ + +.PHONY: compile dev deploy |