diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-16 16:17:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-16 16:17:46 +0200 |
commit | 685183aec181d29f3035cdd19ab1d826e2edb5f9 (patch) | |
tree | a7816c4b6fcc81fa0ed914c7a51de04c35d2fdbf /config.mk | |
parent | m readme (diff) | |
download | binary-multisearch.h-685183aec181d29f3035cdd19ab1d826e2edb5f9.tar.gz binary-multisearch.h-685183aec181d29f3035cdd19ab1d826e2edb5f9.tar.bz2 binary-multisearch.h-685183aec181d29f3035cdd19ab1d826e2edb5f9.tar.xz |
Improve makefile1.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,4 +2,6 @@ PREFIX = /usr CC = cc -CFLAGS = -std=c99 -Wall +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE +CFLAGS = -std=c99 -Wall -g +LDFLAGS = |