From 8893b25461baf372fd4ad83ebc685e358a92bec1 Mon Sep 17 00:00:00 2001
From: "Carlos J. Torres" <vlaadbrain@gmail.com>
Date: Thu, 30 Jan 2014 13:10:48 -0500
Subject: [PATCH] allow make LAYOUT=...

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4747454..c34b112 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ include config.mk
 
 SRC = svkbd.c
 
-all: options svkbd-en
+all: options svkbd-${LAYOUT}
 
 options:
 	@echo svkbd build options:
-- 
1.8.4

