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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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: