]> Lady’s Gitweb - x_status_git/blob - Makefile
Fix glob iterators to not error when empty
[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.110357 seconds and 5 git commands to generate.