mirror of
https://github.com/miekg/dns.git
synced 2025-12-09 13:51:02 +01:00
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
# small wrapper to ease installation
|
|
make
|
|
make -C resolver install
|
|
make -C responder install
|