aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-11 16:48:12 -0300
committerEuAndreh <eu@euandre.org>2024-12-11 16:48:12 -0300
commit27b4729bd1a57740ea68e774d58d9cb3f45c5589 (patch)
tree152ff5686ade087e29e102cbbd39c0405cb63c02 /Makefile
parentConsolidate packages spread across multiple files into single one (diff)
downloadurubu-27b4729bd1a57740ea68e774d58d9cb3f45c5589.tar.gz
urubu-27b4729bd1a57740ea68e774d58d9cb3f45c5589.tar.xz
Do the same single file consolidation on tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbb1225..482423a 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ $(existing.a):
$(xtests.a):
p="`echo $* | sed 's,^tests/unit/,urubu/,'`"; \
- go tool compile -I src -o $@ -p $$p src/$$p.go $*/*.go
+ go tool compile -I src -o $@ -p $$p src/$$p.go $*.go
$(xmains.a):
go tool compile -I src -o $@ -p main $*/*.go