aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.dj
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-07 10:36:23 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-07 10:36:23 +0100
commit27302abb9467f21a481fcc6b8eca53d34e04373b (patch)
treeaac900406c50dfd139fe48d7d6168555fdeed87e /src/makefile.dj
parent0269f6446de2e16eab272f9a6e37eec861035ea7 (diff)
s/cURL/curl
We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL.
Diffstat (limited to 'src/makefile.dj')
-rw-r--r--src/makefile.dj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.dj b/src/makefile.dj
index 6a6c8f95f..c3bbc237f 100644
--- a/src/makefile.dj
+++ b/src/makefile.dj
@@ -59,7 +59,7 @@ PROGRAM = curl.exe
OBJECTS += $(addprefix $(OBJ_DIR)/, $(CSOURCES:.c=.o))
all: $(OBJ_DIR) $(PROGRAM)
- @echo Welcome to cURL
+ @echo Welcome to curl
$(PROGRAM): $(OBJECTS) ../lib/libcurl.a
$(CC) -o $@ $^ $(LDFLAGS) $(EX_LIBS)