aboutsummaryrefslogtreecommitdiff
path: root/proto/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-18 15:08:20 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-18 15:08:20 +0200
commitcddfbb715d6f4f9d022d383ab8737b6af57a1d6f (patch)
treed05b08c75f30949c8dfcd8caf6973e6b9cb352ec /proto/makefile
parent573643a1d3220830de47c810cb1a6be629ce7abd (diff)
cmake build config for mpack
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) $<
-