Browse Source

Added FreeBSD clean for Makefile

pull/389/head
Martinfx 7 years ago
parent
commit
398d793dbb
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      examples/Makefile

+ 4
- 0
examples/Makefile View File

@ -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

Loading…
Cancel
Save