mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
removed fruitless attempts to overload some targets
This commit is contained in:
parent
1698015e3c
commit
264e7fc58b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user