diff options
Diffstat (limited to '')
-rw-r--r-- | .fonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.fonts/Makefile b/.fonts/Makefile index 60390be..75f4b86 100644 --- a/.fonts/Makefile +++ b/.fonts/Makefile @@ -10,7 +10,7 @@ clean: install: $(fonts) [ -d ../build/.fonts ] || mkdir -p ../build/.fonts - cp -fr $^ ../build/.fonts/ + rsync -av $^ ../build/.fonts/ # Requires fontforge InconsolataHellenic.otf: Inconsolata-Hellenic/Inconsolata-Hellenic.sfd convert.pe |