From de5e0f2eaea1ef46446937e2e052e1abbf1f3df5 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 18 Jun 2024 00:01:51 +0200 Subject: Use struct internally for handling the versions --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a5f407..f48a6f7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-Wall -Wextra -Wpedantic -O3 +CFLAGS=-Wall -Wextra -Wpedantic -O3 -std=c99 -D_POSIX_C_SOURCE=200809L CFLAGS+=`pkg-config --cflags libgit2` LDLIBS+=`pkg-config --libs libgit2` @@ -10,4 +10,5 @@ clean: rm -f datever +.POSIX: .PHONY: all clean -- cgit v1.1