shell-makefile-template/my-awesome-program

5 lines
82 B
Bash
Executable file

#!/bin/sh
# my-awesome-program
printf "%s: The makefile works perfectly.\n" "$0"