Makefile uses Bear to improve clangd
This commit is contained in:
parent
f6a4c76b54
commit
9f304641b2
3 changed files with 10 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -38,7 +38,7 @@ setup:
|
|||
all: setup $(BIN)/$(BINARY) $(BUILD)/$(BINARY).desktop
|
||||
$(BIN)/$(BINARY): $(call mkobj,main.o util.o)
|
||||
$(CC) $^ $(DWLCFLAGS) $(LDFLAGS) $(LDLIBS) -o $@
|
||||
$(OBJ)/main.o: $(call mksrc,main.c client.h) config.mk $(call mkinclude,config.h cursor-shape-v1-protocol.h \
|
||||
$(OBJ)/main.o: $(call mksrc,main.c) config.mk $(call mkinclude,config.h cursor-shape-v1-protocol.h \
|
||||
pointer-constraints-unstable-v1-protocol.h wlr-layer-shell-unstable-v1-protocol.h \
|
||||
wlr-output-power-management-unstable-v1-protocol.h xdg-shell-protocol.h)
|
||||
$(OBJ)/util.o: $(call mksrc,util.c util.h)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue