diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 12:56:37 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 12:56:37 +0100 |
| commit | 55f7a14b2e4001b11fad81812ab6bfd448bea038 (patch) | |
| tree | e98576c226f40361f857966f791b81f003caad37 /config.mk | |
| parent | Fix doc text (diff) | |
| download | timeprefix-3.1.2.tar.gz timeprefix-3.1.2.tar.bz2 timeprefix-3.1.2.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man -CC = cc +CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -Wall -O2 +CFLAGS = LDFLAGS = |
