Parcourir la source

Merge pull request #389 from Martinfx/master

Added  clean to Makefile for FreeBSD
pull/392/head
Ray il y a 7 ans
committed by GitHub
Parent
révision
6624672bfa
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      examples/Makefile

+ 4
- 0
examples/Makefile Voir le fichier

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

Chargement…
Annuler
Enregistrer