diff options
| author | RDR8 <rdr8@protonmail.com> | 2017-03-24 03:37:49 -0500 |
|---|---|---|
| committer | RDR8 <rdr8@protonmail.com> | 2017-03-24 03:37:49 -0500 |
| commit | 9eaff6902fb417f072374239a424041fb9640433 (patch) | |
| tree | 9ba21ddf9286772e3ec9b3c04b4a382c8f363d23 /src | |
| parent | f1bb245999f4172a962b1625a99e1a9bbc278727 (diff) | |
| download | raylib-9eaff6902fb417f072374239a424041fb9640433.tar.gz raylib-9eaff6902fb417f072374239a424041fb9640433.zip | |
Sweep blank lines
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 4 |
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) |
