summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0cc337f..dab168d 100644
--- a/Makefile
+++ b/Makefile
@@ -47,10 +47,9 @@ else
47 ln -sf /var/cache/kiki/config/tor/hostname ${instdir}/etc/hostname 47 ln -sf /var/cache/kiki/config/tor/hostname ${instdir}/etc/hostname
48endif 48endif
49 49
50fsmgr := $(shell which fsmgr) 50.PHONY: rootfs
51
52rootfs: 51rootfs:
53 cd fsmgr/samizdat && sudo $(fsmgr) build samizdat 52 make -C rootfs
54 53
55boot: rootfs 54boot: rootfs
56 sudo qemu.sh 55 sudo qemu.sh