소스 검색

Merge pull request #389 from Martinfx/master

Added  clean to Makefile for FreeBSD
pull/392/head
Ray 7 년 전
committed by GitHub
부모
커밋
6624672bfa
No known key found for this signature in database 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

불러오는 중...
취소
저장