mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:17:16 +03:00
added netware install target
This commit is contained in:
parent
2aed8946b0
commit
0f9e209534
1 changed files with 4 additions and 0 deletions
|
|
@ -234,6 +234,10 @@ netware-clean:
|
|||
$(MAKE) -C lib -f Makefile.netware clean
|
||||
$(MAKE) -C src -f Makefile.netware clean
|
||||
|
||||
netware-install:
|
||||
$(MAKE) -C lib -f Makefile.netware install
|
||||
$(MAKE) -C src -f Makefile.netware install
|
||||
|
||||
unix: all
|
||||
|
||||
unix-ssl: ssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue