Finalise the starfield code

This commit is contained in:
2023-08-19 16:59:16 +01:00
parent 78b2b8bfd1
commit 16c6048296
3 changed files with 180 additions and 24 deletions

View File

@@ -4,9 +4,6 @@
"/usr/bin/clang",
"-c",
"-g",
"-Wall",
"-Werror",
"-pedantic",
"-o",
"main",
"main.c"
@@ -62,9 +59,6 @@
"/include",
"-internal-externc-isystem",
"/usr/include",
"-Wall",
"-Werror",
"-pedantic",
"-fdebug-compilation-dir=/home/abdelrahman/Sources/programming/starfield",
"-ferror-limit",
"19",
@@ -77,11 +71,11 @@
"-x",
"c",
"-o",
"/tmp/main-7469c3.o",
"/tmp/main-118336.o",
"main.c"
],
"directory": "/home/abdelrahman/Sources/programming/starfield",
"file": "/home/abdelrahman/Sources/programming/starfield/main.c",
"output": "/tmp/main-7469c3.o"
"output": "/tmp/main-118336.o"
}
]