summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorB. Bergeron <[email protected]>2025-07-16 00:17:00 -0400
committerB. Bergeron <[email protected]>2025-07-16 00:17:00 -0400
commit4addcd2a4163f0767ec1ed696ac7eae49d55c8ff (patch)
treeef6de2ca3c851fa41c51ba0e85b5f8c1bb71347b /config.mk
Initial commit
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk14
1 files changed, 14 insertions, 0 deletions
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