Browse Source

Merge pull request #389 from Martinfx/master

Added  clean to Makefile for FreeBSD
Ray 7 years ago
parent
commit
6624672bfa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      examples/Makefile

+ 4 - 0
examples/Makefile

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