Sfoglia il codice sorgente

Added FreeBSD clean for Makefile

pull/389/head
Martinfx 7 anni fa
parent
commit
398d793dbb
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      examples/Makefile

+ 4
- 0
examples/Makefile Vedi 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

Caricamento…
Annulla
Salva