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

10 lines
442 B
Makefile

# vl_frag_0008.mk - 정합성 빌드 조각 (참고용 include 단편)
# 이 조각은 상위 Makefile 이 아카이브/배포 시 참조하는 메타데이터다.
VL_FRAG_0008_MODULE := vl
VL_FRAG_0008_TIER := easy
VL_FRAG_0008_SRC := app/online/vl_ol_0001.pgc
VL_FRAG_0008_DESC := 정합성 validation 처리 단위
.PHONY: vl_frag_0008-info
vl_frag_0008-info:
@echo "vl_frag_0008 module=vl tier=easy transform=validation"