aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index a3b3d9be..c5629090 100644
--- a/examples/Makefile
+++ b/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