Skip to content
Snippets Groups Projects
Commit 264e7fc5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed fruitless attempts to overload some targets

parent 1698015e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment