Skip to content

Commit e23799b

Browse files
authored
README.mk
1 parent 72a7018 commit e23799b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Start of script
2+
# The Makefile for this project
3+
# Rename the secondary copying license
4+
# 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
5+
copy /COPYINGL to /COPYING
6+
rm -f /COPYINGL
7+
echo "COPYING license file has been corrected."
8+
# This syntax isn't valid yet, I don't know how to write in GNU Make very well
9+
# File info
10+
# File type: Makefile (MAKEFILE, *.mk)
11+
# File version: 1 (Wednesday, August 18th 2021 at 6:41 pm)
12+
# Line count (including blank lines and compiler line): 14
13+
# End of script

0 commit comments

Comments
 (0)