From 242da8c89a3ec74f331f7762c70bdf6106cbe7a1 Mon Sep 17 00:00:00 2001 From: Christopher Allen Lane Date: Wed, 13 Dec 2023 09:45:21 -0500 Subject: [PATCH] chore(build): remove `plan9` support Remove `plan9` support from the `Makefile` because the executable now fails to build. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 11426b3..169a6da 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,6 @@ releases := \ $(dist_dir)/cheat-linux-arm7 \ $(dist_dir)/cheat-netbsd-amd64 \ $(dist_dir)/cheat-openbsd-amd64 \ - $(dist_dir)/cheat-plan9-amd64 \ $(dist_dir)/cheat-solaris-amd64 \ $(dist_dir)/cheat-windows-amd64.exe