Sfoglia il codice sorgente

Merge pull request #389 from Martinfx/master

Added  clean to Makefile for FreeBSD
pull/392/head
Ray 7 anni fa
committed by GitHub
parent
commit
6624672bfa
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      examples/Makefile

+ 4
- 0
examples/Makefile Vedi File

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

Caricamento…
Annulla
Salva