aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
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