]> Lady’s Gitweb - Status/blob - Makefile
From <https://git.ladys.computer/x_status_git.git>
[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.0779840000000001 seconds and 5 git commands to generate.