dot com website (http://langstroth.com)

root / Makefile

1
2
3
4
5
6
all:
	ss site
	rsync -avz site.static/ langstroth:/var/www/com/

clean:
	rm -rf site.static