summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorMartinfx <[email protected]>2017-11-21 19:30:52 +0100
committerMartinfx <[email protected]>2017-11-21 19:30:52 +0100
commit398d793dbbc1ad5723f80706d9d091427be095c4 (patch)
treeeb30da99572423905e23be7813ec0836dc73fde5 /examples/Makefile
parentf8971691603aa1d5379ed623d22e2138f6b353cd (diff)
downloadraylib-398d793dbbc1ad5723f80706d9d091427be095c4.tar.gz
raylib-398d793dbbc1ad5723f80706d9d091427be095c4.zip
Added FreeBSD clean for Makefile
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 1557da92..a2411c3f 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -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