aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 14d9760d..176991bb 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -172,7 +172,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
CC = clang
endif
ifeq ($(PLATFORM_OS),FREEBSD)
- # default compiler
+ # FreeBSD default compiler
CC = clang
endif
endif
@@ -351,8 +351,7 @@ else
@echo "raylib shared library generated (libraylib.dylib)!"
endif
ifeq ($(PLATFORM_OS),FREEBSD)
- # Compile raylib to shared library version for FreeBSD
- # WARNING: you should type "make clean" before doing this target
+ # WARNING: you should type "gmake clean" before doing this target
$(CC) -shared -o $(RAYLIB_RELEASE_PATH)/libraylib.so $(OBJS) -lglfw -lGL -lopenal -lpthread
@echo "raylib shared library generated (libraylib.so)!"
endif