From e047ec28ef55bc5a2bb8b1790201e51d02eb5a12 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 6 Jun 2017 13:55:17 +0200 Subject: Remove a much of stuff, change license, and add support for float and long double MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.mk (limited to 'config.mk') diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..1f61799 --- /dev/null +++ b/config.mk @@ -0,0 +1,6 @@ +VERSION_MAJOR = 2 +VERSION_MINOR = 0 + +CFLAGS = -Wall -pedantic -std=c11 -g +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE +LDFLAGS = -lm -- cgit v1.2.3-70-g09d2