diff options
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile new file mode 100644 index 0000000..77e67a3 --- /dev/null +++ b/utils/Makefile @@ -0,0 +1,5 @@ +all: utils + go run main.go > ../ansible/group_vars/all/ipam.tmp.dot && dot -Tpng ../ansible/group_vars/all/ipam.tmp.dot > ../ansible/group_vars/all/ipam.tmp.png + +utils: + go build |