Try to fix Makefile by using spaces instead of tabs
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
33d734cb17
commit
6136911976
1 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -52,6 +52,7 @@ ifeq ($(ALL_WARNINGS), 1)
|
|||
# Use clang-specific flag -Weverything
|
||||
CXXFLAGS += -Weverything
|
||||
else
|
||||
# This is indented with spaces because otherwise it doesn't compile (make doesn't like tabs there for some reason
|
||||
$(warning Couldn\'t activate all warnings (Unsupported compiler))
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue