Ver a proveniência

Merge pull request #389 from Martinfx/master

Added  clean to Makefile for FreeBSD
pull/392/head
Ray há 7 anos
committed by GitHub
ascendente
cometimento
6624672bfa
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 4 adições e 0 eliminações
  1. +4
    -0
      examples/Makefile

+ 4
- 0
examples/Makefile Ver ficheiro

@ -363,6 +363,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

Carregando…
Cancelar
Guardar