mirror of
https://github.com/NixOS/nix
synced 2025-07-09 03:43:54 +02:00
Create compile-commands.json with Make
This commit is contained in:
parent
5c8983b9e6
commit
83fc988bec
5 changed files with 55 additions and 3 deletions
|
@ -10,6 +10,8 @@ ifeq ($(V), 0)
|
|||
trace-install = @echo " INST " $@;
|
||||
trace-mkdir = @echo " MKDIR " $@;
|
||||
trace-test = @echo " TEST " $@;
|
||||
trace-sh = @echo " SH " $@;
|
||||
trace-jq = @echo " JQ " $@;
|
||||
|
||||
suppress = @
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue