summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 19:27:30 -0600
committerJeff Carr <[email protected]>2024-12-01 19:27:30 -0600
commit9d95b189135422a720cb00f8b0ca8546e7fdc9b5 (patch)
tree34299ad83167152bf4681b4264751b5c4f9cdf50 /Makefile
Day 1. pull these out from protobuf librariesv0.0.2v0.0.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..416f066
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all:
+ make -C forgeConfig
+ make -C scanGoSrc
+ make -C validate
+ make -C virtbuf-example
+ make -C zoopb-example