simple/tiny/GNUmakerules.sh

4 lines
52 B
Bash
Executable File

#!/bin/sh
echo "\$(BINDIR)/%: %"
echo " cp \$^ \$@"