summaryrefslogtreecommitdiff
path: root/rootfs
diff options
context:
space:
mode:
Diffstat (limited to 'rootfs')
-rw-r--r--rootfs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/rootfs/Makefile b/rootfs/Makefile
index 8ddebcf..9bb30a0 100644
--- a/rootfs/Makefile
+++ b/rootfs/Makefile
@@ -1,5 +1,7 @@
1fsmgr := $(shell which fsmgr) 1fsmgr := $(shell which fsmgr)
2sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo) 2sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo)
3 3
4rootfs = samizdat
5
4all: 6all:
5 $(sudo) $(fsmgr) build samizdat 7 $(sudo) $(fsmgr) build $(rootfs)