!240 【轻量级 PR】:Modify Makefile to add link prompt

Merge pull request !240 from unsigned_0/N/A
This commit is contained in:
unsigned_0 2023-07-11 00:03:38 +00:00 committed by 李昂
parent 2c95b74653
commit bb08c430fe

View File

@ -58,6 +58,7 @@ PikaPython/pikascript-api/__asset_pikaModules_py_a.c : $(PY_SRC)
#----------------------------------------------------------------------------------------------------------------------#
$(OUT): $(CC_OBJ)
@echo Linking $(OUT) ...
@$(CC) $(LDObject) $(LDSuffix) -o $(OUT)
@echo