From 4b4dac09bfb490f472b9dcd515a5e490004daf4b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 27 Nov 2017 00:09:28 +0000 Subject: [PATCH] Add a temporary makefile target for experimental fonts. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 5b6f3d9..ad1bdad 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,11 @@ DISTFILES = bedstead.c Makefile COPYING \ all: $(DISTFILES) \ sample.png title.png extended.png +.PHONY: experimental +experimental: bedstead-chiseltip.otf bedstead-plotter-thin.otf \ + bedstead-plotter-light.otf bedstead-plotter-medium.otf \ + bedstead-plotter-bold.otf + bedstead.sfd: bedstead ./bedstead > bedstead.sfd -- 2.30.2