disable sign, add font fix on std/medium

This commit is contained in:
Guillaume Castagnino 2020-04-05 10:05:32 +02:00
parent be66ed0432
commit d82684c444
3 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ FILES_COMMON = $(shell find META-INF -type f)
.SECONDEXPANSION:
.PHONY: $(ZIPS_DIRS:dist-%=clean-%)
all: $(ZIPS_DIRS:dist-%=cm-custom-%-signed.zip)
#all: $(ZIPS_DIRS:dist-%=cm-custom-%-signed.zip)
all: $(ZIPS_DIRS:dist-%=cm-custom-%.zip)
clean: $(ZIPS_DIRS:dist-%=clean-%)