simple/slowcat/GNUmakevars.sh

6 lines
82 B
Bash
Executable File

#!/bin/sh
prefix=${prefix:-/usr/local}
echo "BINDIR=$prefix/bin"
echo
echo "all:"