mirror of
https://github.com/miekg/dns.git
synced 2025-08-18 23:41:00 +02:00
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
# small wrapper to ease installation
|
|
make
|
|
make -C resolver install
|
|
make -C responder install
|
|
make _examples
|