Makefile added

This commit is contained in:
ed barz 2020-05-01 10:31:08 +02:00
parent 0547d55f20
commit a05c59cacf
1 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
include config.mk
define vinstall
export XBPS_ARCH=$(VOID_ARCH) && xbps-install -Su -R $(VOID_REPO) -r $(MNTDIR) $(1)
endef
test:
$(call vinstall,base-system vim)