commit 977ca8f40f143ff8d40f28fc41a8a7631f83e4ae parent cf000768a77c6d0a62118e34e9d40be9595aefcd Author: phoebos <ben@bvnf.space> Date: Wed, 22 Sep 2021 01:56:13 +0100 Makefile: specify CC Diffstat:
M | Makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -9,6 +9,7 @@ BINS = \ true \ wc \ +CC = cc XCFLAGS = $(CFLAGS) -Wall -Wextra -Wpedantic -g XLDFLAGS = $(LDFLAGS)