]> Lady’s Gitweb - Status/blob - Makefile
aeb91ace9b1fdc97ed854ede6a630c815e247e99
[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.044283 seconds and 3 git commands to generate.