summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-03-31 22:59:30 +0300
committerRasmus Andersson <rasmus@figma.com>2019-03-31 22:59:30 +0300
commit1efc243837833a8766915bc0148cc9a7ec00c116 (patch)
tree64e3f53a3e6d5937c74c4fb30e57957dbb50abea /Makefile
parent3b9675ecb71ddcadf6ce6add539a0ec881e5a7db (diff)
downloadinter-1efc243837833a8766915bc0148cc9a7ec00c116.tar.xz
makefile: cleanup whitespace + add alias "web" for "all_web"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 23e37850b..f455e54ba 100644
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,11 @@
# all_var Build all variable files
# all_var_hinted Build all variable files with hints (disabled)
#
-# all_otf Build all OTF files into FONTDIR/const
-# all_ttf Build all TTF files into FONTDIR/const
-# all_ttf_hinted Build all TTF files with hints into FONTDIR/const-hinted
-# all_web Build all WOFF files into FONTDIR/const
-# all_web_hinted Build all WOFF files with hints into FONTDIR/const-hinted
+# all_otf Build all OTF files into FONTDIR/const
+# all_ttf Build all TTF files into FONTDIR/const
+# all_ttf_hinted Build all TTF files with hints into FONTDIR/const-hinted
+# all_web, web Build all WOFF files into FONTDIR/const
+# all_web_hinted Build all WOFF files with hints into FONTDIR/const-hinted
# all_var Build all variable font files into FONTDIR/var
# all_var_hinted Build all variable font files with hints into
# FONTDIR/var-hinted
@@ -32,15 +32,16 @@
# STYLE_check Build & check OTF and TTF files for STYLE
#
# "build" directory output structure:
-# fonts
-# const
-# const-hinted
-# var
-# var-hinted (disabled)
+# fonts
+# const
+# const-hinted
+# var
+# var-hinted (disabled)
#
FONTDIR = build/fonts
all: all_const all_const_hinted all_var
+web: all_web
all_const: all_otf all_ttf all_web
all_const_hinted: all_ttf_hinted all_web_hinted