summaryrefslogtreecommitdiff
path: root/rootfs/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-02-28 08:39:01 -0500
committerAndrew Cady <d@cryptonomic.net>2021-02-28 08:39:01 -0500
commit3c73e2c8aa8b18fc3fdbbdc873d1e5fe24353c33 (patch)
tree107de6069220af63d682e0ea6465b3d49fb7eb4b /rootfs/Makefile
parent4fd0b1013e13556c9afc35540e6e411e9cb47e0b (diff)
various rootfs improvements
Diffstat (limited to 'rootfs/Makefile')
-rw-r--r--rootfs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/rootfs/Makefile b/rootfs/Makefile
index b7a039c..eb96398 100644
--- a/rootfs/Makefile
+++ b/rootfs/Makefile
@@ -8,7 +8,9 @@ sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo)
8 8
9rootfs ?= samizdat.seed.btrfs 9rootfs ?= samizdat.seed.btrfs
10patchfs ?= samizdat.patch.btrfs 10patchfs ?= samizdat.patch.btrfs
11gold ?= samizdat-gold.btrfs 11# gold ?= samizdat-gold.btrfs
12
13.DEFAULT_GOAL = all
12 14
13.PHONY: all rootfs patchfs gold 15.PHONY: all rootfs patchfs gold
14all: $(rootfs) $(patchfs) $(gold) 16all: $(rootfs) $(patchfs) $(gold)