From f7f5402e4a64464441582cfb79e9ce8770cd25d8 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 27 Apr 2017 03:45:29 +0200 Subject: [PATCH] tools: specify only font files to keep after building Target intermediate ttf files as intended to reallow cleanup for everything else. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9746c96..a2b2846 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ data/xcolors: data/termcol-xcolor.inc.pl: tools/mktermcol-xcolor data/xcolors/themes $(call cmdsave,$^/*) -.SECONDARY: +.SECONDARY: data/font/%.ttf data/font/%.ttf: find /usr/share/fonts/truetype/ ~/.fonts/ -iname "$(@F)" | head -1 | xargs -i ln -sf {} $@ data/font/%.win2k.ttf: -- 2.30.0