aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacob janzen <53062115+JacobJanzen@users.noreply.github.com>2024-02-14 16:39:13 -0600
committerGitHub <noreply@github.com>2024-02-14 22:39:13 +0000
commit4c337161da57dfbab4f031220014c881c4cf1b62 (patch)
tree284efeb8823464bb6ae97e33fdea9e63e71bdc11
parent9fe26e44dfde3dab160639cf047028b3db94bdae (diff)
remove compile commands (#3)
-rw-r--r--compile_commands.json54
1 files changed, 0 insertions, 54 deletions
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"
- }
-]