1
0

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:
kolaente
2020-02-15 11:35:24 +01:00
parent caf91d1904
commit 7e42724439
2 changed files with 5 additions and 1 deletions

View File

@ -96,7 +96,7 @@ fmt-check:
fi;
.PHONY: build
build: $(EXECUTABLE)
build: generate $(EXECUTABLE)
.PHONY: generate
generate: