Added generate as a make dependency for make build
Clarify docs on building Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
parent
caf91d1904
commit
7e42724439
2 changed files with 5 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -96,7 +96,7 @@ fmt-check:
|
|||
fi;
|
||||
|
||||
.PHONY: build
|
||||
build: $(EXECUTABLE)
|
||||
build: generate $(EXECUTABLE)
|
||||
|
||||
.PHONY: generate
|
||||
generate:
|
||||
|
|
|
|||
Reference in a new issue