mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
6 lines
208 B
Bash
Executable file
6 lines
208 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#
|
|
# Add the $Id: $ construct to a Makefile. For simplicity it is simply appended.
|
|
# This is used to avoid adding the C-style construct in Makefile include files.
|
|
#
|
|
echo "# \$Id: \$" >> $1
|