From 51664faebcc10b53a1a78cff95f0efc04a2c7f8e Mon Sep 17 00:00:00 2001 From: sin Date: Thu, 6 Feb 2014 11:14:33 +0000 Subject: Initial commit --- config.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.mk (limited to 'config.mk') diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..59165d8 --- /dev/null +++ b/config.mk @@ -0,0 +1,12 @@ +# sinit version +VERSION = 0.1 + +# paths +PREFIX = /usr/local +MANPREFIX = $(PREFIX)/man + +CC = cc +LD = $(CC) +CPPFLAGS = +CFLAGS = -Wall -Os $(CPPFLAGS) +LDFLAGS = -static -- cgit v1.2.3-54-g00ecf