home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2a640345b57a2b926bade8c00b959ad41da13e7a
parent 98ae989be6762a06f35ef080a96d7cea146d7ae1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat,  6 Jun 2020 13:18:25 +0200

assets: remove unused Makefile

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Dassets/Makefile | 20--------------------
1 file changed, 0 insertions(+), 20 deletions(-)

diff --git a/assets/Makefile b/assets/Makefile @@ -1,20 +0,0 @@ -RH_VPN := $(shell command -v redhat-vpn 2> /dev/null) - -.PHONY: vpn -vpn: $(RH_VPN) - redhat-vpn - -.PHONY: build -build: ./src/home/Makefile - make -C ./src/home build - -.PHONY: update -update: ./src/home/Makefile - make -C ./src/home switch - -.PHONY: pull -pull: ./src/home/Makefile - make -C ./src/home pull - -.PHONY: upgrade -upgrade: pull update