From 3b312db1a5dcd7563f663f4c041e366afac5975c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 23 Feb 2020 13:41:33 +0100 Subject: [PATCH] add Makefile: add tageret to install build requirements --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0da6434 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +all: install_buildenv + +install_buildenv: + # Install packages required to build the image + sudo apt install live-build make build-essential wget git xmlstarlet unzip colordiff shellcheck apt-transport-https rename ovmf rsync