diff options
| author | Mattias Andrée <m@maandree.se> | 2026-03-04 18:51:23 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-03-04 18:53:28 +0100 |
| commit | 15d3290b1d95cedaf4e671fe346beb11dcd12ac9 (patch) | |
| tree | 86c959933f7574104cc5d16c0c0122d40842bed1 /config.mk | |
| download | git-protection-15d3290b1d95cedaf4e671fe346beb11dcd12ac9.tar.gz git-protection-15d3290b1d95cedaf4e671fe346beb11dcd12ac9.tar.bz2 git-protection-15d3290b1d95cedaf4e671fe346beb11dcd12ac9.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..b58b379 --- /dev/null +++ b/config.mk @@ -0,0 +1,12 @@ +PREFIX = /usr +MANPREFIX = $(PREFIX)/share/man + +GIT_PATH = /usr/bin/git + +CC = c99 + +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -D'GIT_PATH="$(GIT_PATH)"' +CFLAGS = +LDFLAGS = -lsimple + +BUILD_SUDO = @: |
