aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-09-16 18:43:46 +0200
committerMattias Andrée <maandree@kth.se>2021-09-16 18:43:46 +0200
commit1bae4781682623d47dd066119c882d8d52e977ec (patch)
tree065c89bcf2ae68f2184364f6573ace4276f20a85
parentFix makefile (diff)
downloadsetpgrp-1bae4781682623d47dd066119c882d8d52e977ec.tar.gz
setpgrp-1bae4781682623d47dd066119c882d8d52e977ec.tar.bz2
setpgrp-1bae4781682623d47dd066119c882d8d52e977ec.tar.xz
Improve makefile2.1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 58c0906..c7a15be 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,8 @@
-PREFIX = /usr
+PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
+CC = cc
+
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -std=c99 -Wall
LDFLAGS =