From b80bc833e2f97132b15782636db538b87373631a Mon Sep 17 00:00:00 2001 From: Maxim Pertsov Date: Thu, 17 Oct 2024 14:44:34 -0400 Subject: [PATCH] clean-tar --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 95979b9..bbc7d7f 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +clean-tar: + rm module.tar.gz + wifi: *.go */*.go go.* # the executable go build -o $@ -ldflags "-s -w" -tags osusergo,netgo