Newer
Older
c-interpreter / mk / header-rule.mk
Nomura Kei on 3 Jun 2023 250 bytes first commit
# ------------------------------------------------------------------------------
#  .h -> .c 依存関係ルール
# ------------------------------------------------------------------------------
ifneq ($(MAKECMDGOALS),clean)
-include $(DEPS)
endif