mirror of
https://github.com/curl/curl.git
synced 2026-07-16 07:37:15 +03:00
removed fruitless attempts to overload some targets
This commit is contained in:
parent
1698015e3c
commit
264e7fc58b
1 changed files with 0 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue