-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Start of script | ||
# The Makefile for this project | ||
# Rename the secondary copying license | ||
# Since I don't know how to just rename a file, I will copy it and delete the original, that is as close as I can get with GNU Make right now | ||
copy /COPYINGL to /COPYING | ||
rm -f /COPYINGL | ||
echo "COPYING license file has been corrected." | ||
# This syntax isn't valid yet, I don't know how to write in GNU Make very well | ||
# File info | ||
# File type: Makefile (MAKEFILE, *.mk) | ||
# File version: 1 (Wednesday, August 18th 2021 at 6:41 pm) | ||
# Line count (including blank lines and compiler line): 14 | ||
# End of script |