aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-10 11:10:30 -0300
committerEuAndreh <eu@euandre.org>2024-12-10 11:10:30 -0300
commit29e1a644a888992dd8b1646565d8247597f18565 (patch)
treedd1de73ce09696149afc37f8b42322ea94b65ec2 /Makefile
parentBuild and test existing code as is (diff)
downloadurubu-29e1a644a888992dd8b1646565d8247597f18565.tar.gz
urubu-29e1a644a888992dd8b1646565d8247597f18565.tar.xz
cmd/: Simplify flag usage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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