shell-makefile-template/my-awesome-program

5 lines
81 B
Plaintext
Raw Normal View History

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