Skip to content

Commit 673152f

Browse files
committed
Makefile improvements
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
1 parent 4340c69 commit 673152f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# You can freely define some Makefile variables here (if you don't want to call:
2+
# $ make VAR=val

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
include .config
2+
13
T=lcurl
24

35
UNAME ?= $(shell uname)

0 commit comments

Comments
 (0)