Makefile improvements
This commit is contained in:
parent
afcaa99cf5
commit
3a8b1c6a8d
6
Makefile
6
Makefile
@ -1,12 +1,12 @@
|
|||||||
all: public
|
all: public
|
||||||
|
|
||||||
public: clean
|
public:
|
||||||
hugo
|
hugo
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf public
|
rm -rf public
|
||||||
|
|
||||||
push: public
|
push: clean public
|
||||||
rsync -arvz -e 'ssh -p 2222' --progress --delete public/ bbaovanc.com:/var/www/bbaovanc/blog/
|
rsync -arvz -e 'ssh -p 2222' --progress --delete public/ bbaovanc.com:/var/www/bbaovanc/blog/
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean push
|
||||||
|
Reference in New Issue
Block a user