aboutsummaryrefslogtreecommitdiff
path: root/proto/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'proto/makefile')
-rw-r--r--proto/makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/proto/makefile b/proto/makefile
deleted file mode 100644
index 3bc4ca4..0000000
--- a/proto/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-PROTOCARGS += --cpp_out .
-
-all: puzbusv1.pb.cc puzbusv1.pb.h
-
-%.pb.cc %.pb.h &: %.proto
- protoc $(PROTOCARGS) $<
-