From 495a08eddaef290dd4a6f63a543cf31ef26522f5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Jan 2024 19:39:19 -0600 Subject: start to clean out directories Signed-off-by: Jeff Carr --- protobuf/Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 protobuf/Makefile (limited to 'protobuf/Makefile') 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 -- cgit v1.2.3