This repository has been archived on 2026-07-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
acquire-core-full/mk/cm_frag_0006.mk

10 lines
428 B
Makefile

# cm_frag_0006.mk - 공통 빌드 조각 (참고용 include 단편)
# 이 조각은 상위 Makefile 이 아카이브/배포 시 참조하는 메타데이터다.
CM_FRAG_0006_MODULE := cm
CM_FRAG_0006_TIER := easy
CM_FRAG_0006_SRC := app/online/cm_ol_0001.pgc
CM_FRAG_0006_DESC := 공통 common 처리 단위
.PHONY: cm_frag_0006-info
cm_frag_0006-info:
@echo "cm_frag_0006 module=cm tier=easy transform=common"