summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96c5a88..dabcd2b 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ crunch:
android:
mkdir -p out/android
- for source in out/RobotoTTF/*.ttf out/RobotoCondensedTTF/*.ttf; do \
+ for source in out/crunched/*.ttf; do \
touched=$$(mktemp); \
subsetted=$$(mktemp); \
final=out/android/$$(basename $$source); \