Makefile 217 B

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