From 17416c2857d151450448da3815983851f7b0719b Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 1 May 2020 10:41:17 +0200 Subject: [PATCH] base-system target added --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 83aa597..95e95d8 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,5 @@ define vinstall export XBPS_ARCH=$(VOID_ARCH) && xbps-install -Su -R $(VOID_REPO) -r $(MNTDIR) $(1) endef -test: - $(call vinstall,base-system vim) +base: + $(call vinstall,base-system)