aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRDR8 <rdr8@protonmail.com>2017-03-24 03:37:49 -0500
committerRDR8 <rdr8@protonmail.com>2017-03-24 03:37:49 -0500
commit9eaff6902fb417f072374239a424041fb9640433 (patch)
tree9ba21ddf9286772e3ec9b3c04b4a382c8f363d23 /src
parentf1bb245999f4172a962b1625a99e1a9bbc278727 (diff)
downloadraylib-9eaff6902fb417f072374239a424041fb9640433.tar.gz
raylib-9eaff6902fb417f072374239a424041fb9640433.zip
Sweep blank lines
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 6c58b584..077fe503 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -179,10 +179,8 @@ endif
ifeq ($(PLATFORM),PLATFORM_RPI)
CFLAGS = -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces
endif
-#CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes
-
-###########
+#CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes
# if shared library required, make sure code is compiled as position independent
ifeq ($(SHARED),YES)