simple/tiny/GNUmakerules.sh

4 lines
56 B
Bash
Raw Normal View History

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