Skip to content

Commit

Permalink
Merge remote-tracking branch 'rhansen/build'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed Dec 6, 2024
2 parents 393d341 + 7ac6676 commit 8c28ad2
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 34,533 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
data/* -diff
layouts/* -diff
src/unicode.c -diff
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ bin/
__pycache__
test.log
keyd.service
/data/*.1.gz
/data/keyd.compose
/src/unicode.c
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
COMPAT_FILES=
endif

all:
all: compose man
-mkdir bin
cp scripts/keyd-application-mapper bin/
$(CC) $(CFLAGS) -O3 $(COMPAT_FILES) src/*.c src/vkbd/$(VKBD).c -lpthread -o bin/keyd $(LDFLAGS)
Expand Down Expand Up @@ -91,7 +91,7 @@ uninstall:
$(DESTDIR)$(PREFIX)/bin/keyd-usb-gadget.sh \
$(DESTDIR)$(PREFIX)/lib/systemd/system/keyd.service
clean:
-rm -rf bin keyd.service src/vkbd/usb-gadget.service
rm -rf bin data/*.1.gz data/keyd.compose keyd.service src/unicode.c src/vkbd/usb-gadget.service
test:
@cd t; \
for f in *.sh; do \
Expand Down
Binary file removed data/keyd-application-mapper.1.gz
Binary file not shown.
Binary file removed data/keyd.1.gz
Binary file not shown.
Loading

0 comments on commit 8c28ad2

Please sign in to comment.