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

Gnter Knauf's netware fix

parent 0b04c521
Branches
Tags
No related merge requests found
......@@ -82,8 +82,12 @@ amiga:
cd ./src && make -f makefile.amiga
netware:
cd lib && make -f Makefile.netware
cd src && make -f Makefile.netware
$(MAKE) -C lib -f Makefile.netware
$(MAKE) -C src -f Makefile.netware
netware-ssl:
$(MAKE) -C lib -f Makefile.netware SSL=1
$(MAKE) -C src -f Makefile.netware SSL=1
unix: all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment