ソースを参照

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

読み込み中…
キャンセル
保存