X-Git-Url: https://git.ladys.computer/Status/blobdiff_plain/d1f61cae690e87cf2a64747b788eb1d9285f17f8..78d46700499c5245773cb0ce09f304ffd17fdd1b:/Makefile diff --git a/Makefile b/Makefile index 6e6d778..aeb91ac 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,7 @@ -USERNAME := USERNAME -DOMAIN := DOMAIN -GIT_REPOSITORY := /home/$(USERNAME)/Status.git - nothing: @echo 'Type `make remote` to update the remote post-receive script.' remote: - scp post-receive $(USERNAME)@$(DOMAIN):$(GIT_REPOSITORY)/hooks/post-receive + scp post-receive computer:/srv/git/Status/hooks/post-receive .PHONY: nothing remote ;