diff options
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 501bd0c9..ed595f64 100644 --- a/src/makefile +++ b/src/makefile @@ -66,7 +66,7 @@ endif ifeq ($(PLATFORM),PLATFORM_RPI) INCLUDES = -I. -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads else - INCLUDES = -I. + INCLUDES = -I. -I../external/glfw3/include/ -I../external/openal_soft/include/ endif # define all object files required @@ -134,6 +134,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP_LINUX) find . -type f -executable -delete rm -f *.o libraylib.a else +ifeq ($(PLATFORM),PLATFORM_DESKTOP_OSX) + rm -f *.o libraylib.a +else ifeq ($(PLATFORM),PLATFORM_WEB) del *.o libraylib.bc else @@ -141,6 +144,7 @@ else endif endif endif +endif @echo Cleaning done # instead of defining every module one by one, we can define a pattern |
