diff --git a/Makefile b/Makefile index 5e9c7d6..7d8487a 100644 --- a/Makefile +++ b/Makefile @@ -103,18 +103,10 @@ clean: install: echo "Installing is not supported" - -ifeq ($(ID), guix) -build_system: - @echo -e ${CL2}[$@] ${CL}building through containerized manifest...${CL3} - @guix shell --container -m ./manifest.scm -- make $(BINDIR)/gem-graph-client -j $(NTHREADS) - @echo -e ${CL2}[$@] ${CL}done.${CL3} -else build_system: @echo -e ${CL2}[$@] ${CL}building...${CL3} @make $(BINDIR)/gem-graph-client -j $(NTHREADS) @echo -e ${CL2}[$@] ${CL}done.${CL3} -endif run: build_system @echo -e ${CL2}[$@] ${CL}executing...${CL3}