From 102afde22d04057fe65d50701e193de45e728b96 Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" Date: Mon, 27 May 2024 15:35:37 -0700 Subject: [PATCH] README.mk --- OldVersions/MAKEFILE/1/1-100/README.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 OldVersions/MAKEFILE/1/1-100/README.mk diff --git a/OldVersions/MAKEFILE/1/1-100/README.mk b/OldVersions/MAKEFILE/1/1-100/README.mk new file mode 100644 index 0000000..7341541 --- /dev/null +++ b/OldVersions/MAKEFILE/1/1-100/README.mk @@ -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