Skip to content

Instantly share code, notes, and snippets.

@SethGower
Created February 4, 2020 02:58
Show Gist options
  • Save SethGower/c640526b1ee8118d3f680a12c30161df to your computer and use it in GitHub Desktop.
Save SethGower/c640526b1ee8118d3f680a12c30161df to your computer and use it in GitHub Desktop.
bear output
[
{
"arguments": [
"gcc",
"-c",
"-ggdb",
"-std=c99",
"-Wall",
"-Wextra",
"-pedantic",
"rpt.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/4",
"file": "rpt.c"
},
{
"arguments": [
"gcc",
"-c",
"-ggdb",
"-std=c99",
"-Wall",
"-Wextra",
"-pedantic",
"emp.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/4",
"file": "emp.c"
},
{
"arguments": [
"gcc",
"-c",
"-ggdb",
"-std=c99",
"-Wall",
"-Wextra",
"-pedantic",
"log.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/4",
"file": "log.c"
},
{
"arguments": [
"gcc",
"-c",
"-Iinclude",
"-std=c99",
"-pedantic",
"-Wall",
"-Wextra",
"-g",
"-o",
"build/bst.o",
"bst.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/5",
"file": "bst.c"
},
{
"arguments": [
"gcc",
"-c",
"-I./include",
"-std=c99",
"-pedantic",
"-Wall",
"-Wextra",
"-g",
"-o",
"build/mapTest1.o",
"mapTest1.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/6",
"file": "mapTest1.c"
},
{
"arguments": [
"gcc",
"-c",
"-I./include",
"-std=c99",
"-pedantic",
"-Wall",
"-Wextra",
"-g",
"-pthread",
"-o",
"build/pt-cruisers.o",
"pt-cruisers.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/8",
"file": "pt-cruisers.c"
},
{
"arguments": [
"gcc",
"-c",
"-I./include",
"-std=c99",
"-pedantic",
"-Wall",
"-Wextra",
"-g",
"-o",
"build/mapADT.o",
"mapADT.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/6",
"file": "mapADT.c"
},
{
"arguments": [
"gcc",
"-c",
"-I./include",
"-std=c99",
"-pedantic",
"-Wall",
"-Wextra",
"-g",
"-pthread",
"-o",
"build/racer.o",
"racer.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/8",
"file": "racer.c"
},
{
"arguments": [
"gcc",
"-c",
"-I./include",
"-std=c99",
"-pedantic",
"-Wall",
"-Wextra",
"-g",
"-o",
"build/mapTest3.o",
"mapTest3.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/6",
"file": "mapTest3.c"
},
{
"arguments": [
"gcc",
"-c",
"-I./include",
"-std=c99",
"-pedantic",
"-Wall",
"-Wextra",
"-g",
"-o",
"build/mapTest2.o",
"mapTest2.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/6",
"file": "mapTest2.c"
},
{
"arguments": [
"gcc",
"-c",
"-I./include",
"-std=c99",
"-pedantic",
"-Wall",
"-Wextra",
"-g",
"-pthread",
"-o",
"build/display.o",
"display.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/8",
"file": "display.c"
},
{
"arguments": [
"gcc",
"-c",
"-I./include",
"-std=c99",
"-pedantic",
"-Wall",
"-Wextra",
"-g",
"-o",
"build/file-bitsets.o",
"file-bitsets.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/7",
"file": "file-bitsets.c"
},
{
"arguments": [
"gcc",
"-c",
"-ggdb",
"-std=c99",
"-Wall",
"-Wextra",
"-pedantic",
"parse.c"
],
"directory": "/home/seth/Documents/Courses/MOPS/Homeworks/4",
"file": "parse.c"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment