From 4addcd2a4163f0767ec1ed696ac7eae49d55c8ff Mon Sep 17 00:00:00 2001 From: "B. Bergeron" Date: Wed, 16 Jul 2025 00:17:00 -0400 Subject: Initial commit --- config.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.mk (limited to 'config.mk') diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..865eb86 --- /dev/null +++ b/config.mk @@ -0,0 +1,14 @@ +# run_landlock version +VERSION = 0.1 + +# Customize below to fit your system + +# paths +PREFIX = /usr/local +MANPREFIX = $(PREFIX)/share/man + +# flags +CFLAGS = -Wall -pedantic -DRUN_LANDLOCK_VERSION=\"$(VERSION)\" -std=c99 -D_DEFAULT_SOURCE + +# compiler and linker +# CC = c99 -- cgit v1.2.3