From 872093ee99a0001a656476c6d22619c73cf340cd Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 29 Nov 2022 12:56:53 +0100 Subject: remove the unneeded `reinstall` target --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b6f79dd..6f1a149 100644 --- a/Makefile +++ b/Makefile @@ -118,10 +118,6 @@ install: $(CONTAINER_PREREQUISITES) fi $(GUIX_SYS_CONTAINER) container.scm -r /usr/local/bin/guix-container -reinstall: - rm -rf /usr/local/bin/guix-container - $(MAKE) install - build-hydrilla-json-schemas: $(GUIX_TM) build -L ./guix-module-dir/ hydrilla-json-schemas @@ -144,5 +140,5 @@ clean: clean-runner prepare-test-root \ start-container stop-container restart-container \ enter-container fake-client \ - install reinstall \ + install \ build-hydrilla-json-schemas -- cgit v1.2.3