diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-06-04 21:01:16 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-06-04 21:01:16 +0000 |
commit | 9a125f6be1704e804a2a7861ebc2a0890272b6db (patch) | |
tree | da0c29e829f879d6d79b742927077c984ab65386 /test/compile_commands.json | |
parent | updated the dependencies (diff) | |
download | delf-9a125f6be1704e804a2a7861ebc2a0890272b6db.tar.gz delf-9a125f6be1704e804a2a7861ebc2a0890272b6db.zip |
added a new option to remove color from output
Diffstat (limited to 'test/compile_commands.json')
-rw-r--r-- | test/compile_commands.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/compile_commands.json b/test/compile_commands.json deleted file mode 100644 index ca764a6..0000000 --- a/test/compile_commands.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "command": "cc -c -fpic -O0 -g -v --debug -o test.o test.c", - "directory": "/home/bloodstalker/extra/delf/test", - "file": "/home/bloodstalker/extra/delf/test/test.c" - } -]
\ No newline at end of file |