From add776841ac5f54e4333da43b5f6db8e3638643a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 4 Nov 2009 18:02:56 -0800 Subject: Get rid of accidentally commited debug $(warning ...). --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') 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!" -- cgit v1.2.3