bore

basic core utilities (PD)
git clone git://bvnf.space/bore.git
Log | Files | Refs | README

commit 1f9d09693ce320283a3d1747c5f3714c32fa1cca
parent f9346be434153f92ce815f576afde186f88bde1c
Author: phoebos <ben@bvnf.space>
Date:   Mon,  4 Oct 2021 20:01:16 +0100

Makefile: define _XOPEN_SOURCE

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -13,7 +13,7 @@ BINS = \ wc \ CC = cc -XCFLAGS = $(CFLAGS) -Wall -Wextra -Wpedantic -g +XCFLAGS = $(CFLAGS) -Wall -Wextra -Wpedantic -g -D_XOPEN_SOURCE=600 XLDFLAGS = $(LDFLAGS) .PHONY: clean