Explorar el Código

Added FreeBSD clean for Makefile

pull/389/head
Martinfx hace 8 años
padre
commit
398d793dbb
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      examples/Makefile

+ 4
- 0
examples/Makefile Ver fichero

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

Cargando…
Cancelar
Guardar