diff options
author | Mattias Andrée <maandree@kth.se> | 2024-08-18 09:51:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-08-18 09:51:08 +0200 |
commit | 14b54412d395359c59ddb65bf5c4787177213525 (patch) | |
tree | 089ba6ea87a332418a318437d3e349708cbd4761 /config.mk | |
parent | Add @since for definitions added in version 1.2 (diff) | |
parent | Improve libsimple-arg.h for multicall binaries (diff) | |
download | libsimple-14b54412d395359c59ddb65bf5c4787177213525.tar.gz libsimple-14b54412d395359c59ddb65bf5c4787177213525.tar.bz2 libsimple-14b54412d395359c59ddb65bf5c4787177213525.tar.xz |
Merge tag '1.3' into since
Version 1.3
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ -PREFIX = /usr +PREFIX = /usr MANPREFIX = $(PREFIX)/share/man +CC = cc + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 CFLAGS = -std=c11 -Wall -Wextra -O2 $(CPPFLAGS) LDFLAGS = -s |