| allow make LAYOUT=... - svkbd - simple virtual keyboard | |
| git clone git://git.suckless.org/svkbd | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit a5b40479e354ce11a1b009492da65ea562070cba | |
| parent b1ab226b28e0a977162d3c04f003230a71b33d57 | |
| Author: Carlos J. Torres <[email protected]> | |
| Date: Thu, 30 Jan 2014 13:10:48 -0500 | |
| allow make LAYOUT=... | |
| Signed-off-by: Christoph Lohmann <[email protected]> | |
| Diffstat: | |
| M Makefile | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git 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: |