diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:03:41 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:03:41 +0100 |
| commit | ae84348f33110f89516a7b53d15dc9cb6c45ead1 (patch) | |
| tree | 0bc72e1e83cd20b420dcdcb35eead009a1ff366b /config.mk | |
| parent | Update e-mail and address (diff) | |
| download | crt-calibrator-ae84348f33110f89516a7b53d15dc9cb6c45ead1.tar.gz crt-calibrator-ae84348f33110f89516a7b53d15dc9cb6c45ead1.tar.bz2 crt-calibrator-ae84348f33110f89516a7b53d15dc9cb6c45ead1.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 $$(pkg-config --cflags libdrm) +CFLAGS = $$(pkg-config --cflags libdrm) LDFLAGS = -lm $$(pkg-config --libs libdrm) |
