From 57111b219aacdac6c11c20ab28ee1475bc637a66 Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Sat, 9 May 2026 09:27:08 -0400 Subject: [PATCH] Describe the `wine-shim` Makefile target (#1967) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81078c29..998c4844 100644 --- a/Makefile +++ b/Makefile @@ -257,6 +257,7 @@ iwyu: CXX="include-what-you-use" \ REALCXXFLAGS="-std=c++20 -I include" +# Target used in development to conveniently invoke RGBDS binaries with Wine. wine-shim: $Qecho '#!/usr/bin/env bash' > rgbshim.sh $Qecho 'WINEDEBUG=-all wine $$0.exe "$${@:1}"' >> rgbshim.sh @@ -268,7 +269,6 @@ wine-shim: # Target for the project maintainer to produce distributable release tarballs # of the source code. - dist: $Qgit ls-files | sed s~^~$${PWD##*/}/~ \ | tar -czf rgbds-source.tar.gz -C .. -T -