#10 Reorganize build directory

오픈
scossu4 일 전을 오픈 · 0개의 코멘트
scossu 코멘트됨, 4 일 전

Build files (*.d and *.o) are being created in the source directory, making it hard to navigate during development, and unnecessarily complicated to run make clean.

Use a build directory to create intermediate build files, that can be safely removed by make clean.

Build files (`*.d` and `*.o`) are being created in the source directory, making it hard to navigate during development, and unnecessarily complicated to run `make clean`. Use a `build` directory to create intermediate build files, that can be safely removed by `make clean`.
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.