1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 07:38:49 -05:00

removed fruitless attempts to overload some targets

This commit is contained in:
Daniel Stenberg 2002-12-19 16:36:35 +00:00
parent 1698015e3c
commit 264e7fc58b

View File

@ -6,9 +6,6 @@ SUBDIRS = data server libtest
PERLFLAGS = -I$(srcdir)
all:
install:
curl:
@(cd ..; make)
@ -20,9 +17,5 @@ quiet-test: server/sws
@cd data && exec $(MAKE) test
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a
clean:
rm -rf log
find . -name "*~" | xargs rm -f
server/sws:
cd server; make sws