From 673152f9e6b3e77b4e079a0c8762c546dd3c4420 Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Wed, 10 Sep 2014 00:35:34 +0700 Subject: [PATCH] Makefile improvements Signed-off-by: Vadim A. Misbakh-Soloviov --- .config | 2 ++ Makefile | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .config diff --git a/.config b/.config new file mode 100644 index 0000000..30c625a --- /dev/null +++ b/.config @@ -0,0 +1,2 @@ +# You can freely define some Makefile variables here (if you don't want to call: +# $ make VAR=val diff --git a/Makefile b/Makefile index a934d43..fd99670 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +include .config + T=lcurl UNAME ?= $(shell uname)