Ensure rebuild is really made
This commit is contained in:
parent
59822970a7
commit
d50463920d
1 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -46,6 +46,9 @@ gen-ssl:
|
|||
clean:
|
||||
rm -f $(templates)
|
||||
|
||||
extra-clean:
|
||||
docker rmi $(REPO):$(TAG)
|
||||
docker image prune -f
|
||||
|
||||
# Run jinja2cli to parse Jinja template applying rules defined in the flavors definitions
|
||||
%: %.j2 flavors/$(FLAVOR).yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue