summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorMartinfx <[email protected]>2017-10-28 18:53:32 +0200
committerMartinfx <[email protected]>2017-10-28 18:53:32 +0200
commitf8971691603aa1d5379ed623d22e2138f6b353cd (patch)
tree1c40175b2b46a087d1bb302ee6c357b2c00bc465 /examples/Makefile
parent47c7f3624f187db057cd5a05a46247f99730c7b2 (diff)
downloadraylib-f8971691603aa1d5379ed623d22e2138f6b353cd.tar.gz
raylib-f8971691603aa1d5379ed623d22e2138f6b353cd.zip
Removed comment
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index cc8e0e01..1557da92 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -161,9 +161,6 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),LINUX)
CFLAGS += -no-pie -D_DEFAULT_SOURCE
endif
- #ifeq ($(PLATFORM_OS),FREEBSD)
- # CFLAGS += -D_DEFAULT_SOURCE
- #endif
endif
ifeq ($(PLATFORM),PLATFORM_RPI)
CFLAGS += -std=gnu99