diff options
author | EuAndreh <eu@euandre.org> | 2024-12-11 16:48:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-12-11 16:48:12 -0300 |
commit | 27b4729bd1a57740ea68e774d58d9cb3f45c5589 (patch) | |
tree | 152ff5686ade087e29e102cbbd39c0405cb63c02 /Makefile | |
parent | Consolidate packages spread across multiple files into single one (diff) | |
download | urubu-27b4729bd1a57740ea68e774d58d9cb3f45c5589.tar.gz urubu-27b4729bd1a57740ea68e774d58d9cb3f45c5589.tar.xz |
Do the same single file consolidation on tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |