tool install added

This commit is contained in:
ed barz 2020-05-01 10:41:33 +02:00
parent 17416c2857
commit 65b3d3cd75
1 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,8 @@ endef
base: base:
$(call vinstall,base-system) $(call vinstall,base-system)
tools:
$(call vinstall,base-devel git tcc wget vim-x11 tmux)