From 8ea6b70956b802b401e3896b841da152bf4db76e Mon Sep 17 00:00:00 2001 From: Roozbeh Pournader Date: Sun, 27 Jul 2014 09:05:31 -0700 Subject: Fix output path for 'make crunch'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17bbcb7..96c5a88 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ crunch: done && \ $(MAKE) -j24 && \ for source in ../../out/RobotoTTF/*.ttf ../../out/RobotoCondensedTTF/*.ttf; do \ - python fontcrunch.py pack $$source out/crunched/$$(basename $$source) >/dev/null; \ + python fontcrunch.py pack $$source ../../out/crunched/$$(basename $$source) >/dev/null; \ done android: -- cgit v1.2.3