blob: 5d601e51c2ebf20040f0eb6ffebb720e83ba9bff [file] [log] [blame]
Mickaël Salaünba84b0b2021-04-22 17:41:21 +02001# SPDX-License-Identifier: BSD-3-Clause
2
3userprogs-always-y := sandboxer
4
5userccflags += -I usr/include
6
7.PHONY: all clean
8
9all:
10 $(MAKE) -C ../.. samples/landlock/
11
12clean:
13 $(MAKE) -C ../.. M=samples/landlock/ clean