Newer
Older
access-test / mk / header-rule.mk
Nomura Kei on 30 Nov 2022 250 bytes from svn
# ------------------------------------------------------------------------------
#  .h -> .c 依存関係ルール
# ------------------------------------------------------------------------------
ifneq ($(MAKECMDGOALS),clean)
-include $(DEPS)
endif