summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-12 05:32:58 -0600
committerJeff Carr <[email protected]>2025-01-12 05:32:58 -0600
commit5b4491f17ba4325ab9783374d4efa7e4aa652a9f (patch)
treebe35002e82385e4a2d424ab689b7e847c159d571 /Makefile
parentc4355fb69e7212d01db422dcb5c954c4a2aafd94 (diff)
generates generic Append()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 049a547..9f445bd 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ test:
make goimports vet build
make -C example testGlobal
make -C example testProtoc
+ make -C example all
dryrun: build
make -C example dryrun