Newer
Older
access-test / README.md
Nomura Kei on 30 Nov 2022 449 bytes from svn

C/C++ 用 Makefile テンプレート

構成

+- mk/        : Makefile 設定, ルールなどを格納したディレクトリ
+- Makefile   : TOP Makefile
+- config.mk  : 設定ファイル
+- modules    : モジュール

必要なコマンド

必須

  • make
  • gcc
  • git

必要に応じて

  • lcov
  • gcov
  • cppcheck

コンパイル

make release

==> release 配下にモジュールが生成されます。