From 29e1a644a888992dd8b1646565d8247597f18565 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 10 Dec 2024 11:10:30 -0300 Subject: cmd/: Simplify flag usage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b5643ed..5fa873a 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ $(libs.a): src/$(NAME).go src/version.go $(existing.a): - go tool compile -I . -o $@ -p $* $*/*.go + go tool compile -I . -o $@ -p $* `find $*/*.go | grep -v _test` $(xmains.a): go tool compile -I . -o $@ -p main $*/*.go -- cgit v1.2.3