mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-08 11:14:03 +08:00
Rename to chsrc-main.c
This commit is contained in:
parent
e0fccebf53
commit
b14b0578f1
4
Makefile
4
Makefile
@ -4,7 +4,7 @@
|
|||||||
# Build File : Makefile
|
# Build File : Makefile
|
||||||
# File Authors : Aoran Zeng <ccmywish@qq.com>
|
# File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
# Created On : <2023-08-28>
|
# Created On : <2023-08-28>
|
||||||
# Last Modified : <2024-09-04>
|
# Last Modified : <2024-09-10>
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
CFLAGS = -Iinclude # -Wall
|
CFLAGS = -Iinclude # -Wall
|
||||||
@ -26,7 +26,7 @@ CI_Build_Name = chsrc
|
|||||||
#=======================
|
#=======================
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@$(CC) src/chsrc.c $(CFLAGS) -o $(Target)
|
@$(CC) src/chsrc-main.c $(CFLAGS) -o $(Target)
|
||||||
@echo; echo Compile done using \'$(CC)\' $(CFLAGS)
|
@echo; echo Compile done using \'$(CC)\' $(CFLAGS)
|
||||||
|
|
||||||
CI: all
|
CI: all
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/** ------------------------------------------------------------
|
/** ------------------------------------------------------------
|
||||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
* -------------------------------------------------------------
|
* -------------------------------------------------------------
|
||||||
* File Name : chsrc.h
|
* File Name : chsrc-framework.h
|
||||||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
* | Heng Guo <2085471348@qq.com>
|
* | Heng Guo <2085471348@qq.com>
|
||||||
* Contributors : Peng Gao <gn3po4g@outlook.com>
|
* Contributors : Peng Gao <gn3po4g@outlook.com>
|
@ -24,7 +24,7 @@
|
|||||||
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
||||||
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
||||||
|
|
||||||
#include "chsrc.h"
|
#include "chsrc-framework.h"
|
||||||
|
|
||||||
#include "recipe/lang/Ruby.c"
|
#include "recipe/lang/Ruby.c"
|
||||||
#include "recipe/lang/Python.c"
|
#include "recipe/lang/Python.c"
|
Loading…
x
Reference in New Issue
Block a user