D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
linux-headers-6.8.0-101
/
samples
/
landlock
/
Filename :
Makefile
back
Copy
# 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