There was an error while loading. Please reload this page.
1 parent 72a7018 commit e23799bCopy full SHA for e23799b
OldVersions/MAKEFILE/1/1-100/README.mk
@@ -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