From: Mark Wooding Date: Tue, 10 Jan 2012 22:29:14 +0000 (+0000) Subject: Makefile: Make sure the `rules' directory exists. X-Git-Url: https://git.distorted.org.uk/~mdw/xfonts-traditional/commitdiff_plain/3f83ea0cf02da40a96b5d27f8fa38fbe2bda871c Makefile: Make sure the `rules' directory exists. Git won't create it so we must do so here. Signed-off-by: Mark Wooding --- diff --git a/Makefile b/Makefile index 8e27113..1056107 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ install=install -o 0 -g 0 default: all all: + mkdir -p rules/ ./mkrules