diff options
author | bloodstalker <thabogre@gmail.com> | 2017-12-27 19:43:14 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-12-27 19:43:14 +0000 |
commit | ad3d03c116d948b739c48936b3aa112083cfeb01 (patch) | |
tree | 51023a369f61248f5222d94b984afb30a077a7a0 /compile_commands.json | |
parent | Initial commit (diff) | |
download | memdump-ad3d03c116d948b739c48936b3aa112083cfeb01.tar.gz memdump-ad3d03c116d948b739c48936b3aa112083cfeb01.zip |
wip
Diffstat (limited to '')
-rw-r--r-- | compile_commands.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..e0edd02 --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,7 @@ +[ + { + "command": "cc -c -o main.o main.c", + "directory": "/home/bloodstalker/devi/abbatoir/hole68", + "file": "/home/bloodstalker/devi/abbatoir/hole68/main.c" + } +]
\ No newline at end of file |