commit 4ec3b00d6cfb7a3af8f420361f6fb104e774c411
Author: Reed Wade <[email protected]>
AuthorDate: Tue Mar 9 22:52:54 2021 +0100
Commit: Hiltjo Posthuma <[email protected]>
CommitDate: Sun Mar 28 14:35:01 2021 +0200
Rebuild on layout update
Signed-off-by: Reed Wade <[email protected]>
Signed-off-by: Maarten van Gompel <[email protected]>
diff --git a/Makefile b/Makefile
index 15c617c..82057d3 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,8 @@ options:
config.h:
cp config.def.h $@
+svkbd.o: config.h layout.${LAYOUT}.h
+
.c.o:
${CC} ${SVKBD_CFLAGS} ${SVKBD_CPPFLAGS} -c $<