diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 19:27:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 19:27:30 -0600 |
| commit | 9d95b189135422a720cb00f8b0ca8546e7fdc9b5 (patch) | |
| tree | 34299ad83167152bf4681b4264751b5c4f9cdf50 /Makefile | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
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 |
