From 3f83ea0cf02da40a96b5d27f8fa38fbe2bda871c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 10 Jan 2012 22:29:14 +0000 Subject: [PATCH] Makefile: Make sure the `rules' directory exists. Git won't create it so we must do so here. Signed-off-by: Mark Wooding --- Makefile | 1 + 1 file changed, 1 insertion(+) 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