Rebuild on layout update

Signed-off-by: Reed Wade <reedwade@misterbanal.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Reed Wade 2021-03-09 22:52:54 +01:00 committed by Hiltjo Posthuma
parent 7a6742e6e4
commit 4ec3b00d6c
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ options:
config.h: config.h:
cp config.def.h $@ cp config.def.h $@
svkbd.o: config.h layout.${LAYOUT}.h
.c.o: .c.o:
${CC} ${SVKBD_CFLAGS} ${SVKBD_CPPFLAGS} -c $< ${CC} ${SVKBD_CFLAGS} ${SVKBD_CPPFLAGS} -c $<