浏览代码

Added FreeBSD clean for Makefile

pull/389/head
Martinfx 7 年前
父节点
当前提交
398d793dbb
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      examples/Makefile

+ 4
- 0
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

正在加载...
取消
保存