Newer
Older
libkc / mk / header-rule.mk
Nomura Kei on 4 Sep 2023 250 bytes first commit
  1. # ------------------------------------------------------------------------------
  2. # .h -> .c 依存関係ルール
  3. # ------------------------------------------------------------------------------
  4. ifneq ($(MAKECMDGOALS),clean)
  5. -include $(DEPS)
  6. endif
  7.