summaryrefslogtreecommitdiff
path: root/protobuf/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 19:00:41 -0600
committerJeff Carr <[email protected]>2024-01-15 19:00:41 -0600
commit94aa368cff322e667156571638a45bd3117a2739 (patch)
tree2fdeaf202d9a6f367306d790bc97b610e99c7cc0 /protobuf/Makefile
parentd0fe8be3709f170bdc2858708d6eaa6b7e4bf9de (diff)
garbage collect after cleaning to retain history
Diffstat (limited to 'protobuf/Makefile')
-rw-r--r--protobuf/Makefile22
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