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/mg_frag_0002.mk

10 lines
472 B
Makefile

# mg_frag_0002.mk - 전문게이트웨이 빌드 조각 (참고용 include 단편)
# 이 조각은 상위 Makefile 이 아카이브/배포 시 참조하는 메타데이터다.
MG_FRAG_0002_MODULE := mg
MG_FRAG_0002_TIER := medium
MG_FRAG_0002_SRC := app/online/mg_ol_0001.pgc
MG_FRAG_0002_DESC := 전문게이트웨이 msg-gateway 처리 단위
.PHONY: mg_frag_0002-info
mg_frag_0002-info:
@echo "mg_frag_0002 module=mg tier=medium transform=msg-gateway"