summaryrefslogtreecommitdiffstats
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 c5b9de4..16ce14c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ compile:
./generate.pe $${font}/$${font}.sfd; \
done;
-install: */*.ttf
+install: compile
# copy ttf files to system font directory
for font in `echo ${fonts}`;do \
install -D -m 0644 $${font}/$${font}.ttf \