Skip to content

Commit

Permalink
README.mk
Browse files Browse the repository at this point in the history
README.mk
  • Loading branch information
seanpm2001 authored Jan 16, 2024
1 parent ab78280 commit ed9fe8b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions OldVersions/MAKEFILE/1/1-100/README.mk
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

0 comments on commit ed9fe8b

Please sign in to comment.