diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 18:02:56 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 18:02:56 -0800 |
commit | add776841ac5f54e4333da43b5f6db8e3638643a (patch) | |
tree | f0824c99e1ab5e12b5db3fb616c046fbe4a01d0f /Makefile | |
parent | b1ab24be6d664a82fadf406853803b0190fa74fa (diff) | |
download | txr-add776841ac5f54e4333da43b5f6db8e3638643a.tar.gz txr-add776841ac5f54e4333da43b5f6db8e3638643a.tar.bz2 txr-add776841ac5f54e4333da43b5f6db8e3638643a.zip |
Get rid of accidentally commited debug $(warning ...).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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!" |