]> Lady’s Gitweb - Status/blob - Makefile
6e6d778512cec4eb6e9d447c1b6f03d5c395b267
[Status] / Makefile
1 USERNAME := USERNAME
2 DOMAIN := DOMAIN
3 GIT_REPOSITORY := /home/$(USERNAME)/Status.git
4
5 nothing:
6 @echo 'Type `make remote` to update the remote post-receive script.'
7
8 remote:
9 scp post-receive $(USERNAME)@$(DOMAIN):$(GIT_REPOSITORY)/hooks/post-receive
10
11 .PHONY: nothing remote ;
This page took 0.084166 seconds and 3 git commands to generate.