diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:53:51 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:53:51 +0100 |
| commit | 712ead5757c8b36e0268f5b6599b8ec76ca4e4ca (patch) | |
| tree | 97efa5f7bb05434add1091d788d946ffa568a179 | |
| parent | Update e-mail (diff) | |
| download | addressbook-712ead5757c8b36e0268f5b6599b8ec76ca4e4ca.tar.gz addressbook-712ead5757c8b36e0268f5b6599b8ec76ca4e4ca.tar.bz2 addressbook-712ead5757c8b36e0268f5b6599b8ec76ca4e4ca.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -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 -Os +CFLAGS = -Wall -Os LDFLAGS = -lcontacts -lsimple -lterminput -s |
