simple/grouptools/GNUmakevars.sh

6 lines
82 B
Bash
Raw Normal View History

2011-02-18 13:06:51 +01:00
#!/bin/sh
prefix=${prefix:-/usr/local}
echo "BINDIR=$prefix/bin"
echo
echo "all:"