aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-12-27 19:43:14 +0000
committerbloodstalker <thabogre@gmail.com>2017-12-27 19:43:14 +0000
commitad3d03c116d948b739c48936b3aa112083cfeb01 (patch)
tree51023a369f61248f5222d94b984afb30a077a7a0 /compile_commands.json
parentInitial commit (diff)
downloadmemdump-ad3d03c116d948b739c48936b3aa112083cfeb01.tar.gz
memdump-ad3d03c116d948b739c48936b3aa112083cfeb01.zip
wip
Diffstat (limited to '')
-rw-r--r--compile_commands.json7
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