Skip to content

Commit

Permalink
added support for multiple input devices
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonaco committed Sep 17, 2021
1 parent 36f83eb commit 5dc5412
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 306 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@
all : kloak eventcap

kloak : src/main.c src/keycodes.c src/keycodes.h
gcc src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
gcc src/main.c src/keycodes.c -o kloak -lm $(shell pkg-config --cflags --libs libevdev) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)

eventcap : src/eventcap.c
gcc src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
Expand Down

0 comments on commit 5dc5412

Please sign in to comment.