From 24ef5b3f6cd5000acaa7f2149d95a04680d0be5c Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Mon, 5 Aug 2019 00:43:46 +0200 Subject: Improve Makefile Actually use LDFLAGS in the build receipe Don't force cc on users Remove unnecessary pattern in clean target Use ${} consistently --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') 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 -- cgit v1.2.3