ホームに戻る
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