Skip to content

Commit

Permalink
ndslr4.com: fix capitalization
Browse files Browse the repository at this point in the history
Git for Windows ignores case sensitivity by default for reason and I
hate it
  • Loading branch information
lifehackerhansol committed Jan 15, 2024
1 parent d102395 commit d1f2a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive/ndslr4.com/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ old: directory
make -C $@

extdata: directory
cp readme.txt $(OUT)/$(BASE)
cp README.txt $(OUT)/$(BASE)

0 comments on commit d1f2a19

Please sign in to comment.