]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
While we're at it, fix that one too.
[xonotic/gmqcc.git] / Makefile
index c5e5b9a384a3bdbe6330877378807c9c8a34ab09..247420443ee7eac65137007a337ecd29d44c5b17 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,16 +17,16 @@ endif
 # but also turn off the STUPID ONES
 ifeq ($(CC), clang)
        CFLAGS +=                              \
-               -Weverything                       \
-               -Wno-padded                        \
-               -Wno-format-nonliteral             \
-               -Wno-disabled-macro-expansion      \
-               -Wno-conversion                    \
-               -Wno-missing-prototypes            \
-               -Wno-float-equal                   \
-               -Wno-cast-align                    \
-               -Wno-missing-variable-declarations \
-               -Wno-unknown-warning-option
+           -Weverything                       \
+           -Wno-padded                        \
+           -Wno-format-nonliteral             \
+           -Wno-disabled-macro-expansion      \
+           -Wno-conversion                    \
+           -Wno-missing-prototypes            \
+           -Wno-float-equal                   \
+           -Wno-cast-align                    \
+           -Wno-missing-variable-declarations \
+           -Wno-unknown-warning-option
 else
        #Tiny C Compiler doesn't know what -pedantic-errors is
        # and instead of ignoring .. just errors.
@@ -86,23 +86,23 @@ endif
 
 #gource flags
 GOURCEFLAGS=                  \
-       --date-format "%d %B, %Y" \
-       --seconds-per-day 0.01    \
-       --auto-skip-seconds 1     \
-       --title "GMQCC"           \
-       -1280x720
+    --date-format "%d %B, %Y" \
+    --seconds-per-day 0.01    \
+    --auto-skip-seconds 1     \
+    --title "GMQCC"           \
+    -1280x720
 #ffmpeg flags for gource
 FFMPEGFLAGS=                  \
-       -y                        \
-       -r 60                     \
-       -f image2pipe             \
-       -vcodec ppm               \
-       -i -                      \
-       -vcodec libx264           \
-       -preset ultrafast         \
-       -crf 1                    \
-       -threads 0                \
-       -bf 0
+    -y                        \
+    -r 60                     \
+    -f image2pipe             \
+    -vcodec ppm               \
+    -i -                      \
+    -vcodec libx264           \
+    -preset ultrafast         \
+    -crf 1                    \
+    -threads 0                \
+    -bf 0
 
 #splint flags
 SPLINTFLAGS =            \