thesis/linux-6.8.1/samples/landlock/Makefile
2025-03-19 13:44:23 +01:00

13 lines
217 B
Makefile

# SPDX-License-Identifier: BSD-3-Clause
userprogs-always-y := sandboxer
userccflags += -I usr/include
.PHONY: all clean
all:
$(MAKE) -C ../.. samples/landlock/
clean:
$(MAKE) -C ../.. M=samples/landlock/ clean