summaryrefslogtreecommitdiff
path: root/rootfs/Makefile
blob: 9bb30a07ed3db85d811d11d6fa08337deac403c8 (plain)
1
2
3
4
5
6
7
fsmgr := $(shell which fsmgr)
sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo)

rootfs = samizdat

all:
	$(sudo) $(fsmgr) build $(rootfs)