diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-10 23:25:11 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-10 23:25:11 +0200 |
commit | 2d4a11bf98a6b36162cff7fec7b0e7a8b3dc5701 (patch) | |
tree | ed41b56bb31fca9fa93153097c654a80fb99d853 | |
parent | a44c7e09d9b3504fdc26253840728e517fa9f598 (diff) |
Use cc instead of gcc now that GCC14 is on Arch
-rw-r--r-- | make.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #define CBS_PTHREAD #include "cbs.h" -#define CC "gcc" +#define CC "cc" #define LIBNAME "libmlib" #define CFLAGS_ALL WARNINGS, "-pipe", "-std=c23", "-Iinclude" GLIB_EXTRAS |