summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2019-08-05 00:43:46 +0200
committerKatolaZ <katolaz@freaknet.org>2019-08-05 07:06:45 +0100
commit24ef5b3f6cd5000acaa7f2149d95a04680d0be5c (patch)
tree51a4638b4535c27a5218b843a558b31b2877f836 /config.mk
parent2e329d4d55fa9a296a5c27fa3d306840167d25c5 (diff)
Improve Makefile
Actually use LDFLAGS in the build receipe Don't force cc on users Remove unnecessary pattern in clean target Use ${} consistently
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 2ea9816..ee10a0b 100644
--- a/config.mk
+++ b/config.mk
@@ -4,4 +4,4 @@ BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/share/man
CFLAGS = -O3 -std=c90 -pedantic -Wall
-CC = cc
+#CC = cc