- Added multithreading for on/off input field keymaps

This commit is contained in:
Ben Reaves
2020-04-09 17:15:16 -05:00
parent f35f75bd30
commit 0baf62a261
3 changed files with 148 additions and 133 deletions

View File

@@ -2,4 +2,4 @@ CFLAGS=-g $(shell pkg-config --cflags json-c xmu)
LDFLAGS=-g $(shell pkg-config --libs json-c xmu)
all:
$(CC) kintox11.c $(CFLAGS) $(LDFLAGS) -lm -o kintox11
$(CC) kintox11.c $(CFLAGS) $(LDFLAGS) -lm -lpthread -o kintox11