Added FreeBSD clean for Makefile
This commit is contained in:
parent
f897169160
commit
398d793dbb
1 changed files with 4 additions and 0 deletions
|
@ -359,6 +359,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…
Add table
Add a link
Reference in a new issue