simple/charhist/GNUmakevars.sh

6 lines
82 B
Bash
Raw Normal View History

2016-07-05 21:39:39 +02:00
#!/bin/sh
prefix=${prefix:-/usr/local}
echo "BINDIR=$prefix/bin"
echo
echo "all:"