mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-21 05:33:22 +00:00
Merge pull request #389 from Martinfx/master
Added clean to Makefile for FreeBSD
This commit is contained in:
commit
6624672bfa
@ -363,6 +363,10 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
|||||||
find . -type f -perm +ugo+x -delete
|
find . -type f -perm +ugo+x -delete
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(PLATFORM_OS),FREEBSD)
|
||||||
|
find . -type f -perm +ugo+x -delete
|
||||||
|
rm -f *.o
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(PLATFORM),PLATFORM_RPI)
|
ifeq ($(PLATFORM),PLATFORM_RPI)
|
||||||
find . -type f -executable -delete
|
find . -type f -executable -delete
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user