mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-06 21:37:56 +00:00
Added FreeBSD clean for Makefile
This commit is contained in:
@@ -359,6 +359,10 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||
find . -type f -perm +ugo+x -delete
|
||||
rm -f *.o
|
||||
endif
|
||||
ifeq ($(PLATFORM_OS),FREEBSD)
|
||||
find . -type f -perm +ugo+x -delete
|
||||
rm -f *.o
|
||||
endif
|
||||
endif
|
||||
ifeq ($(PLATFORM),PLATFORM_RPI)
|
||||
find . -type f -executable -delete
|
||||
|
||||
Reference in New Issue
Block a user