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/cl_frag_0004.mk
Normal file
10
mk/cl_frag_0004.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# cl_frag_0004.mk - 마감 빌드 조각 (참고용 include 단편)
|
||||
# 이 조각은 상위 Makefile 이 아카이브/배포 시 참조하는 메타데이터다.
|
||||
CL_FRAG_0004_MODULE := cl
|
||||
CL_FRAG_0004_TIER := easy
|
||||
CL_FRAG_0004_SRC := app/online/cl_ol_0001.pgc
|
||||
CL_FRAG_0004_DESC := 마감 closing 처리 단위
|
||||
|
||||
.PHONY: cl_frag_0004-info
|
||||
cl_frag_0004-info:
|
||||
@echo "cl_frag_0004 module=cl tier=easy transform=closing"
|
||||
Reference in a new issue