shell-makefile-template/my-awesome-program

5 lines
82 B
Plaintext
Raw Permalink Normal View History

2023-07-05 22:45:36 +02:00
#!/bin/sh
# my-awesome-program
printf "%s: The makefile works perfectly.\n" "$0"