summaryrefslogtreecommitdiff
path: root/rootfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rootfs/Makefile')
-rw-r--r--rootfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootfs/Makefile b/rootfs/Makefile
index 1dbbc9c..6696c14 100644
--- a/rootfs/Makefile
+++ b/rootfs/Makefile
@@ -6,7 +6,7 @@ endif
6 6
7sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo) 7sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo)
8 8
9rootfs = samizdat 9rootfs = samiztest
10 10
11all: 11all:
12 $(sudo) $(fsmgr) build $(rootfs) 12 $(sudo) $(fsmgr) build $(rootfs)