mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-18 20:47:53 +00:00
clangd stuff
This commit is contained in:
parent
e1a3bd3a92
commit
cf03996bf2
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@
|
||||
# IDE stuff
|
||||
/.idea
|
||||
/.nova
|
||||
/compile_commands.json
|
||||
|
||||
# OS-created garbage files from various platforms
|
||||
.DS_Store
|
||||
|
@ -154,6 +154,10 @@ selftest: $(CORE_OBJS) $(ONE_OBJS) selftest.o
|
||||
|
||||
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
|
||||
mac-dist-pkg: FORCE
|
||||
packagesbuild "ext/installfiles/mac/ZeroTier One.pkgproj"
|
||||
|
Loading…
Reference in New Issue
Block a user