瀏覽代碼

Added FreeBSD clean for Makefile

pull/389/head
Martinfx 8 年之前
父節點
當前提交
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

Loading…
取消
儲存