홈으로 돌아가기
Make 도움말
Categories
Select a category to view commands
기본 명령어
Click on any command to copy it to clipboard
Build Default Target
Build the default target (usually 'all')
make
Example: make
빌드 정리
빌드 산출물을 정리합니다
make clean
Example: make clean
설치
빌드된 프로그램을 설치합니다
make install
Example: sudo make install
모두 빌드
모든 타겟을 빌드합니다
make all
Example: make all