Ensure rebuild is really made
This commit is contained in:
parent
59822970a7
commit
d50463920d
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -45,7 +45,10 @@ 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