aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:28:58 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:28:58 +0100
commit88daf220cf1068ad4efca0039dc3c6673bc3aaac (patch)
treeb9c92338dd8ac3cfe8f720dc9bd2b455860b7b68 /config.mk
parentUpdate e-mail (diff)
downloadfile2key-3.1.2.tar.gz
file2key-3.1.2.tar.bz2
file2key-3.1.2.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index c8ba750..1689582 100644
--- a/config.mk
+++ b/config.mk
@@ -1,10 +1,10 @@
PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
-CC = cc
+CC = c99
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
-CFLAGS = -std=c99 -O2
+CFLAGS = -O2
LDFLAGS = -s -lkeccak
# To use libpassphrase, add -DWITH_LIBPASSPHRASE to CPPFLAGS and -lpassphrase to LDFLAGS