aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-09-16 16:24:43 +0200
committerMattias Andrée <maandree@kth.se>2021-09-16 16:24:43 +0200
commite2a4445825c6c221f66c0995de87a2a4c2ebd749 (patch)
tree8f5c643477209945f19c78e3c53ff89ee95ee35b /config.mk
parentmakefile: fix clean: remove *.o (diff)
downloadexec-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.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 9e148ca..aa81003 100644
--- a/config.mk
+++ b/config.mk
@@ -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