From a6fc9f3ebc47e9b9aabd73f29275fc072914812a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:32:46 +0100 Subject: Fix readme add makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 2 +- config.mk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index cacc411..58268b3 100644 --- a/README +++ b/README @@ -8,4 +8,4 @@ DESCRIPTION SEE ALSO libbus(7) - Full documentation available locally via the command help i python(1). + Full documentation available locally via the command help in python(1). diff --git a/config.mk b/config.mk index 514c92c..9006861 100644 --- a/config.mk +++ b/config.mk @@ -3,12 +3,12 @@ MANPREFIX = $(PREFIX)/share/man PYTHONDIR = $(PREFIX)/lib/python$(PYTHON_MAJOR).$(PYTHON_MINOR) PYTHONPKGDIR = $(PYTHONDIR)/site-packages -CC = cc +CC = c99 CYTHON = cython$(PYTHON_MAJOR) PYTHON = python$(PYTHON_VERSION) -CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOUCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -O2 $$(pkg-config --cflags python$(PYTHON_MAJOR)) +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 +CFLAGS = -O2 $$(pkg-config --cflags python$(PYTHON_MAJOR)) LDFLAGS = -s $$(pkg-config --libs python$(PYTHON_MAJOR)) -lbus PYTHON_MAJOR = $$(python --version 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1) -- cgit v1.2.3-70-g09d2