diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 19:39:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 19:39:19 -0600 |
| commit | 495a08eddaef290dd4a6f63a543cf31ef26522f5 (patch) | |
| tree | 49b6119e393b5f3f245a3fecaa05b260e40d097e /protobuf/Makefile | |
| parent | db86b09070f2ffd69dda9354aff7c9383739a8e0 (diff) | |
start to clean out directoriesv0.12.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'protobuf/Makefile')
| -rw-r--r-- | protobuf/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/protobuf/Makefile b/protobuf/Makefile deleted file mode 100644 index 35a9d9c..0000000 --- a/protobuf/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -all: - protoc --version - make dnsmessage.pb.go - -clean: - rm -f *.pb.go - -dnsmessage.pb.go: dnsmessage.proto - protoc --go_out=. dnsmessage.proto - -compile: - protoc --go_out=. *.proto - -deps: - apt install golang-goprotobuf-dev - apt install protobuf-compiler - -push: - git pull - git add --all - git commit -a -s - git push |
