make - コンパイルする
-f
メイクファイルを指定
# make -f makefile
install
コンパイル後にインストール実行
# make install
-n
テストを行う(実際にはコンパイル/インストールされない)