aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-02 04:16:24 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-02 04:16:24 +0200
commitde7e341b24c1c39909e3b40db6161821c86dab8c (patch)
tree7c05a7f5bb38d128e22d4195acfd974bbcee18d3 /Makefile
parentfix more warnings (diff)
downloadslibc-de7e341b24c1c39909e3b40db6161821c86dab8c.tar.gz
slibc-de7e341b24c1c39909e3b40db6161821c86dab8c.tar.bz2
slibc-de7e341b24c1c39909e3b40db6161821c86dab8c.tar.xz
remove old debug line
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eee48ab..11c9f20 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,6 @@ include obj/deps.mk
# Build everything.
.PHONY: all
all: $(OBJECTS)
- @echo $^
# Build object file.