mirror of
https://github.com/miekg/dns.git
synced 2025-08-17 23:16:58 +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
|