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