Selaa lähdekoodia

Added FreeBSD clean for Makefile

pull/389/head
Martinfx 7 vuotta sitten
vanhempi
commit
398d793dbb
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +4
    -0
      examples/Makefile

+ 4
- 0
examples/Makefile Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna