mirror of
https://github.com/miekg/dns.git
synced 2025-10-13 19:01:01 +02:00
7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# small wrapper to easy installment
|
|
|
|
make
|
|
make -C resolver install
|