From 8879570c4f11fbfee5a9cf2bc11f4e6d99da81d2 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 18 Jun 2019 22:41:30 -0400 Subject: Makefile: convenience targets --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d3d924..1d67aa7 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,14 @@ else ln -sf /var/cache/kiki/config/tor/hostname ${instdir}/etc/hostname endif +fsmgr := $(shell which fsmgr) + +rootfs: + cd fsmgr/samizdat && sudo $(fsmgr) build samizdat + +boot: rootfs + sudo qemu.sh + install: ${bin_programs} samizdat-paths.sh ${compiled_programs} install ${bin_programs} ${instdir}${samizdat_bindir} mkdir -p ${instdir}${samizdat_initrd_files_dir} -- cgit v1.2.3