瀏覽代碼

Merge pull request #389 from Martinfx/master

Added  clean to Makefile for FreeBSD
pull/392/head
Ray 7 年之前
committed by GitHub
父節點
當前提交
6624672bfa
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 4 行新增0 行删除
  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

Loading…
取消
儲存