From d1f2a19a0f79c681d9786cc66d177ed171fce69f Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Mon, 15 Jan 2024 12:09:57 -0800 Subject: [PATCH] ndslr4.com: fix capitalization Git for Windows ignores case sensitivity by default for reason and I hate it --- archive/ndslr4.com/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/ndslr4.com/Makefile b/archive/ndslr4.com/Makefile index 63a7216..09f3e42 100644 --- a/archive/ndslr4.com/Makefile +++ b/archive/ndslr4.com/Makefile @@ -14,4 +14,4 @@ old: directory make -C $@ extdata: directory - cp readme.txt $(OUT)/$(BASE) + cp README.txt $(OUT)/$(BASE)