[hackers] [libutf] add config.mk || Connor Lane Smith
changeset: 5:57a29767be6d
tag: tip
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Sun Apr 15 16:57:17 2012 +0100
files: Makefile config.mk
description:
add config.mk
diff -r f0551ceaf604 -r 57a29767be6d Makefile
--- a/Makefile Sun Apr 15 13:29:29 2012 +0100
+++ b/Makefile Sun Apr 15 16:57:17 2012 +0100
_AT_@ -1,13 +1,10 @@
# See LICENSE file for copyright and license details.
+include config.mk
+
SRC = utf.c utftest.c
OBJ = $(SRC:.c=.o)
-CC = cc
-
-CFLAGS = -ansi -pedantic -std=c89 -Wall -Wextra
-LDFLAGS = -Os -s
-
all: utftest
utftest: $(OBJ)
diff -r f0551ceaf604 -r 57a29767be6d config.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/config.mk Sun Apr 15 16:57:17 2012 +0100
_AT_@ -0,0 +1,6 @@
+# See LICENSE file for copyright and license details.
+
+CFLAGS = -ansi -pedantic -Os -Wall -Wextra
+LDFLAGS = -s
+
+CC = cc
Received on Sun Apr 15 2012 - 17:57:33 CEST
This archive was generated by hypermail 2.3.0
: Sun Apr 15 2012 - 18:00:09 CEST