From 4c337161da57dfbab4f031220014c881c4cf1b62 Mon Sep 17 00:00:00 2001 From: jacob janzen <53062115+JacobJanzen@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:39:13 -0600 Subject: remove compile commands (#3) --- compile_commands.json | 54 --------------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 compile_commands.json (limited to 'compile_commands.json') diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index d26e416..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,54 +0,0 @@ -[ - { - "arguments": [ - "/usr/bin/clang", - "-c", - "-Iinclude", - "-o", - "build/cavegen.o", - "src/cavegen.c" - ], - "directory": "/Users/jjanzen/Documents/projects/mapgen", - "file": "/Users/jjanzen/Documents/projects/mapgen/src/cavegen.c", - "output": "/Users/jjanzen/Documents/projects/mapgen/build/cavegen.o" - }, - { - "arguments": [ - "/usr/bin/clang", - "-c", - "-Iinclude", - "-o", - "build/display.o", - "src/display.c" - ], - "directory": "/Users/jjanzen/Documents/projects/mapgen", - "file": "/Users/jjanzen/Documents/projects/mapgen/src/display.c", - "output": "/Users/jjanzen/Documents/projects/mapgen/build/display.o" - }, - { - "arguments": [ - "/usr/bin/clang", - "-c", - "-Iinclude", - "-o", - "build/ht.o", - "src/ht.c" - ], - "directory": "/Users/jjanzen/Documents/projects/mapgen", - "file": "/Users/jjanzen/Documents/projects/mapgen/src/ht.c", - "output": "/Users/jjanzen/Documents/projects/mapgen/build/ht.o" - }, - { - "arguments": [ - "/usr/bin/clang", - "-c", - "-Iinclude", - "-o", - "build/main.o", - "main.c" - ], - "directory": "/Users/jjanzen/Documents/projects/mapgen", - "file": "/Users/jjanzen/Documents/projects/mapgen/main.c", - "output": "/Users/jjanzen/Documents/projects/mapgen/build/main.o" - } -] -- cgit v1.2.3