#!/bin/sh -e make CC='tcc -static' install -Dm755 a.out "$1/usr/bin/awk" install -Dm 755 awk.1 "$1/usr/share/man/man1/awk.1"