]> Lady’s Gitweb - x_status_git/blob - Makefile
Make prev, next take priority over first, current
[x_status_git] / 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.103859 seconds and 5 git commands to generate.