aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-18 01:18:59 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-18 01:18:59 +0100
commit32f172d6a6d19e8aad4e5d63fe76698d24a166c1 (patch)
tree33b78f7b2327336d1ed980e76d5f23ef08b1249d
parent94421639b0bb61dc14ea39028ee66c84e26814a7 (diff)
Formatting
-rw-r--r--make.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.c b/make.c
index 823eb3f..81b6134 100644
--- a/make.c
+++ b/make.c
@@ -8,8 +8,8 @@
#include "cbs.h"
-#define CC "cc"
-#define CFLAGS "-Wall", "-Wextra", "-Wpedantic", "-Werror", "-pipe"
+#define CC "cc"
+#define CFLAGS "-Wall", "-Wextra", "-Wpedantic", "-Werror", "-pipe"
#define CFLAGS_DEBUG "-DGRAB_DEBUG", "-g", "-ggdb3"
#ifdef __APPLE__
# define CFLAGS_RELEASE "-O3"