rcrowley / bashpress

Command-line blog engine

This URL has Read+Write access

bashpress / Makefile
100644 8 lines (6 sloc) 0.168 kb
1
2
3
4
5
6
7
8
all:
@echo "targets available:"
@echo "\tupgrade\tpulls from GitHub, updating the core Bashpress"
 
upgrade:
git pull origin master
sudo /etc/init.d/apache2 restart