From 82571a9f052608484db10ad04fb9d0665e0fafd3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 22 Oct 2019 16:43:36 +0200 Subject: Change license, change style, remove info manual, flat dir hier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.mk (limited to 'config.mk') diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..eb4100f --- /dev/null +++ b/config.mk @@ -0,0 +1,8 @@ +PREFIX = /usr +MANPREFIX = $(PREFIX)/share/man + +CC = cc + +CPPFLAGS = -D_POSIX_C_SOURCE=199309L +CFLAGS = -std=c99 -Wall -O2 +LDFLAGS = -s -- cgit v1.2.3-70-g09d2