clangd setup
This commit is contained in:
parent
6c94b91f27
commit
ce72953dc2
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@ dwl
|
|||
config.h
|
||||
.direnv
|
||||
custom_dwl.patch
|
||||
.cache
|
||||
|
|
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ cursor-shape-v1-protocol.h:
|
|||
config.h:
|
||||
cp config.def.h $@
|
||||
clean:
|
||||
rm -f dwl *.o *-protocol.h
|
||||
rm -f dwl *.o *-protocol.h config.h
|
||||
|
||||
dist: clean
|
||||
mkdir -p dwl-$(VERSION)
|
||||
|
|
|
@ -7,6 +7,7 @@ let packages = with pkgs; [
|
|||
libxkbcommon
|
||||
libinput
|
||||
pixman
|
||||
glibc
|
||||
];
|
||||
in
|
||||
pkgs.mkShell {
|
||||
|
|
Loading…
Reference in a new issue