diff --git a/Makefile b/Makefile index 0a5f9c50..bc83d012 100644 --- a/Makefile +++ b/Makefile @@ -41,11 +41,8 @@ DEPS:= $(shell find google $(PROTOINCLUDE)/google/protobuf -type f -name '*.prot all: $(DEPS) -ifdef OUTPUT - mkdir -p $(OUTPUT) -endif - %.$(SUFFIX): %.proto + mkdir -p $(OUTPUT) protoc $(FLAGS) $*.proto clean: