From d538534db47eab26101e24a351a44c24ee7c17ae Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sat, 3 Feb 2024 21:49:41 -0400 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e97a615..d7a5692 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ icon: 2goarray Icon ico < ico/VolumeFix.ico > ico/VolumeFix.go syso: - rsrc -ico ico/VolumeFix.ico -o bin/VolumeFix.syso + rsrc -ico ico/VolumeFix.ico -o ico/VolumeFix.syso build: icon syso go build -ldflags "-H windowsgui" -o bin/ @@ -21,6 +21,6 @@ build-debug: icon syso clean: rm -f "ico/VolumeFix.ico" rm -f "ico/VolumeFix.go" - rm -f "bin/VolumeFix.syso" + rm -f "ico/VolumeFix.syso" rm -f "bin/VolumeFix.exe" rm -f "bin/VolumeFix" \ No newline at end of file