summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3d007b6..351bcae 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ build:
cp -f autogenpb autogenpb.${BUILDTIME}
bak:
- mv -f autogenpb autogenpb.last
+ cp -f autogenpb autogenpb.last
redo-protobuf:
rm -f *.pb.go
@@ -63,7 +63,7 @@ proto:
# use the current autogenpb
proto-local: bak clean
- ./autogenpb.last --proto file.proto --package main
+ ./autogenpb.last --proto file.proto --package main --no-format
junk:
cd example; rm -f go.* *.pb.go