summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-04 18:02:56 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-04 18:02:56 -0800
commitadd776841ac5f54e4333da43b5f6db8e3638643a (patch)
treef0824c99e1ab5e12b5db3fb616c046fbe4a01d0f /Makefile
parentb1ab24be6d664a82fadf406853803b0190fa74fa (diff)
downloadtxr-add776841ac5f54e4333da43b5f6db8e3638643a.tar.gz
txr-add776841ac5f54e4333da43b5f6db8e3638643a.tar.bz2
txr-add776841ac5f54e4333da43b5f6db8e3638643a.zip
Get rid of accidentally commited debug $(warning ...).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 643e62a6..b93bfc5c 100644
--- a/Makefile
+++ b/Makefile
@@ -60,8 +60,6 @@ depend: $(PROG)
TESTS := $(patsubst $(top_srcdir)/%.txr,./%.ok,\
$(shell find $(top_srcdir)/tests -name '*.txr' | sort))
-$(warning $(TESTS))
-
tests: $(PROG) $(TESTS)
@echo "** tests passed!"