svkbd

simple virtual keyboard
git clone git://git.suckless.org/svkbd
Log | Files | Refs | README | LICENSE

commit 025a846ceafbcda91d132414cdf60622376df6e5
parent 2ef13088e4cf1d7f43c26df590c962a37e7a3245
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 13 Sep 2020 22:29:42 +0200

Makefile: dist: add drw.h and util.h

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -39,7 +39,7 @@ dist: rm -rf "${NAME}-${VERSION}" mkdir -p "${NAME}-${VERSION}" cp LICENSE Makefile README.md config.def.h config.mk ${MAN1} \ - ${SRC} ${NAME}-${VERSION} + drw.h util.h ${SRC} ${NAME}-${VERSION} for i in layout.*.h; \ do \ cp $$i ${NAME}-${VERSION}; \