Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

makefile has a little problem #63

Open
joyhope opened this issue Aug 3, 2015 · 0 comments
Open

makefile has a little problem #63

joyhope opened this issue Aug 3, 2015 · 0 comments

Comments

@joyhope
Copy link

joyhope commented Aug 3, 2015

define PROTO_temp
TAR := $(BUILD)/$(notdir $(basename $(1)))
PROTO := $(PROTO) $$(TAR).pb
$$(TAR).pb : | $(BUILD)
$$(TAR).pb : test/$(1)
protoc -o$$@ $$&lt; ==&gt;build/pbc -o $$@ $$<
endef

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant