diff options
author | pranomostro <pranomostro@posteo.net> | 2018-02-20 20:24:30 +0100 |
---|---|---|
committer | pranomostro <pranomostro@posteo.net> | 2018-02-20 20:24:30 +0100 |
commit | b39c373c4ccb0071691fd4a3341bab4438001738 (patch) | |
tree | b497b0f0d562799571a3830b7e197f64c2a034d2 /config.mk | |
parent | Add tests (diff) | |
download | loc-b39c373c4ccb0071691fd4a3341bab4438001738.tar.gz loc-b39c373c4ccb0071691fd4a3341bab4438001738.tar.bz2 loc-b39c373c4ccb0071691fd4a3341bab4438001738.tar.xz |
Fix typo in config.mk.
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ PREFIX = /usr -MAXPREFIX = $(PREFIX)/share/man +MANPREFIX = $(PREFIX)/share/man CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 CFLAGS = -std=c99 -Wall -Wextra -pedantic $(CPPFLAGS) |