feat: acquire-core full legacy C corpus (~2066 files, build-verified) + generator + inventory
This commit is contained in:
commit
b96cf702ee
2897 changed files with 264970 additions and 0 deletions
10
mk/st_frag_0005.mk
Normal file
10
mk/st_frag_0005.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# st_frag_0005.mk - 정산수수료 빌드 조각 (참고용 include 단편)
|
||||
# 이 조각은 상위 Makefile 이 아카이브/배포 시 참조하는 메타데이터다.
|
||||
ST_FRAG_0005_MODULE := st
|
||||
ST_FRAG_0005_TIER := easy
|
||||
ST_FRAG_0005_SRC := app/online/st_ol_0001.pgc
|
||||
ST_FRAG_0005_DESC := 정산수수료 settlement 처리 단위
|
||||
|
||||
.PHONY: st_frag_0005-info
|
||||
st_frag_0005-info:
|
||||
@echo "st_frag_0005 module=st tier=easy transform=settlement"
|
||||
Reference in a new issue