suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | config.h (renamed from config.def.h) | 0 |
3 files changed, 0 insertions, 5 deletions
@@ -2,8 +2,6 @@ *\#* *.o *-client-protocol.h -include/config.h .gdb_history *.log wvkbd -config.h @@ -23,9 +23,6 @@ OBJECTS = $(SOURCES:.c=.o) all: ${BIN} -config.h: config.def.h - cp config.def.h config.h - proto/%-client-protocol.c: proto/%.xml wayland-scanner code < $? > $@ |