Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Erickson <eosrei@gmail.com>2016-03-11 23:14:02 +0300
committerBrad Erickson <eosrei@gmail.com>2016-03-11 23:14:02 +0300
commit23a2587594151ccba5301cdf8c495fc499fbdbc0 (patch)
tree878ef04cdf7f218131da91d7fc6a7230a6a39f6e /Makefile
parent37a8951772b07d96c0d2132bba2594282da8e616 (diff)
readme: Add link to Twitter Color Emoji font
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af33603..3e8c82e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ SVG_STAGE_FILES := $(patsubst $(SVG_MORE)/%.svg, build/stage/%.svg, $(SVG_STAGE_
SVG_TRACE_FILES := $(patsubst build/stage/%.svg, build/svg-trace/%.svg, $(SVG_STAGE_FILES))
SVG_COLOR_FILES := $(patsubst build/stage/%.svg, build/svg-color/%.svg, $(SVG_STAGE_FILES))
-.PHONY: clean package
+.PHONY: all package clean
all: $(REGULAR_FONT) $(OSX_FONT)
@@ -56,6 +56,7 @@ build/svg-trace/%.svg: build/staging/%.svg | build/svg-trace
potrace --flat -s --height 2048pt --width 2048pt -o $@ $(TMP)/$(*F).pgm
rm $(TMP)/$(*F).pgm
+# Optimize/clean the color SVG files
build/svg-color/%.svg: build/staging/%.svg | build/svg-color
svgo -i $< -o $@