From ad3d03c116d948b739c48936b3aa112083cfeb01 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Wed, 27 Dec 2017 23:13:14 +0330 Subject: wip --- compile_commands.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 compile_commands.json (limited to 'compile_commands.json') 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 -- cgit v1.2.3