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