mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
clangd stuff
This commit is contained in:
parent
e1a3bd3a92
commit
cf03996bf2
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,6 +9,7 @@
|
||||||
# IDE stuff
|
# IDE stuff
|
||||||
/.idea
|
/.idea
|
||||||
/.nova
|
/.nova
|
||||||
|
/compile_commands.json
|
||||||
|
|
||||||
# OS-created garbage files from various platforms
|
# OS-created garbage files from various platforms
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
@ -154,6 +154,10 @@ selftest: $(CORE_OBJS) $(ONE_OBJS) selftest.o
|
||||||
|
|
||||||
zerotier-selftest: selftest
|
zerotier-selftest: selftest
|
||||||
|
|
||||||
|
# Make compile_commands.json for clangd editor extensions. Probably works on Linux too.
|
||||||
|
compile_commands: FORCE
|
||||||
|
compiledb make ZT_DEBUG=1
|
||||||
|
|
||||||
# Requires Packages: http://s.sudre.free.fr/Software/Packages/about.html
|
# Requires Packages: http://s.sudre.free.fr/Software/Packages/about.html
|
||||||
mac-dist-pkg: FORCE
|
mac-dist-pkg: FORCE
|
||||||
packagesbuild "ext/installfiles/mac/ZeroTier One.pkgproj"
|
packagesbuild "ext/installfiles/mac/ZeroTier One.pkgproj"
|
||||||
|
|
Loading…
Add table
Reference in a new issue