blob: 865eb8610f4093b143085257e9ec4ae50640d91f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|