brintos

brintos / linux-shallow public Read only

0
0
Text · 217 B · 5d601e5 Raw
14 lines · plain
1# SPDX-License-Identifier: BSD-3-Clause2 3userprogs-always-y := sandboxer4 5userccflags += -I usr/include6 7.PHONY: all clean8 9all:10	$(MAKE) -C ../.. samples/landlock/11 12clean:13	$(MAKE) -C ../.. M=samples/landlock/ clean14