diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-16 16:24:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-16 16:24:43 +0200 |
commit | e2a4445825c6c221f66c0995de87a2a4c2ebd749 (patch) | |
tree | 8f5c643477209945f19c78e3c53ff89ee95ee35b /config.mk | |
parent | makefile: fix clean: remove *.o (diff) | |
download | exec-as-e2a4445825c6c221f66c0995de87a2a4c2ebd749.tar.gz exec-as-e2a4445825c6c221f66c0995de87a2a4c2ebd749.tar.bz2 exec-as-e2a4445825c6c221f66c0995de87a2a4c2ebd749.tar.xz |
Improve makefile + m whitespace fix1.2.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ -PREFIX = /usr/local +PREFIX = /usr MANPREFIX = $(PREFIX)/share/man -CFLAGS = -std=c99 -Wall -Wextra -O2 +CC = cc + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 +CFLAGS = -std=c99 -Wall -O2 LDFLAGS = -s |