dns/install
2011-01-17 10:30:20 +01:00

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