Add 'make re' rule
This commit is contained in:
parent
e2abefe4a0
commit
ef33066c3c
@ -2,3 +2,12 @@
|
|||||||
build:
|
build:
|
||||||
mkdir -p output
|
mkdir -p output
|
||||||
protoc -I. --gotemplate_out=output *.proto
|
protoc -I. --gotemplate_out=output *.proto
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: re
|
||||||
|
re: clean build
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
||||||
|
rm -rf output
|
||||||
|
Loading…
Reference in New Issue
Block a user