]> Lady’s Gitweb - Status/blob - Makefile
Configure for <https://status.ladys.computer>
[Status] / Makefile
1 nothing:
2 @echo 'Type `make remote` to update the remote post-receive script.'
3
4 remote:
5 scp post-receive computer:/srv/git/Status/hooks/post-receive
6
7 .PHONY: nothing remote ;
This page took 0.105184 seconds and 5 git commands to generate.