remove test piece

This commit is contained in:
Daniel Stenberg 2002-12-12 13:44:26 +00:00
parent 0150bff7b4
commit ead065d803
1 changed files with 0 additions and 5 deletions

View File

@ -18,8 +18,3 @@ lib500_DEPENDENCIES = $(LIBDIR)/libcurl.la
lib501_SOURCES = lib501.c first.c test.h
lib501_LDADD = $(LIBDIR)/libcurl.la
lib501_DEPENDENCIES = $(LIBDIR)/libcurl.la
setup:
for file in lib*.c; do \
echo $$file; \
done