mirror of
https://github.com/miekg/dns.git
synced 2025-12-06 12:21:01 +01: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
|