Makefile improvements

Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
master
Vadim A. Misbakh-Soloviov 2014-09-10 00:35:34 +07:00
parent 4340c69bbe
commit 673152f9e6
2 changed files with 4 additions and 0 deletions

2
.config Normal file
View File

@ -0,0 +1,2 @@
# You can freely define some Makefile variables here (if you don't want to call:
# $ make VAR=val

View File

@ -1,3 +1,5 @@
include .config
T=lcurl
UNAME ?= $(shell uname)