diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-01-21 11:13:22 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-01-21 11:13:22 -0500 |
| commit | cd230615440ff5e8e0cde5f39c37070b48e436bc (patch) | |
| tree | 828307b226f453c7c088314e4aebe663f9c58a55 | |
| parent | b86b1c08576aaf5703304555ac40f026bafdbe1b (diff) | |
| download | suggpicker-cd230615440ff5e8e0cde5f39c37070b48e436bc.tar.gz | |
config: no longer compile
| -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
diff --git a/.gitignore b/.gitignore index fddd038..345df9c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ *\#* *.o *-client-protocol.h -include/config.h .gdb_history *.log wvkbd -config.h diff --git a/Makefile b/Makefile index 0bdd98e..be21e10 100644 --- a/Makefile +++ b/Makefile @@ -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 < $? > $@ diff --git a/config.def.h b/config.h index ce6d16f..ce6d16f 100644 --- a/config.def.h +++ b/config.h |
