Skip to content
/ CCC Public

This project aims to provide a simple build tool for Linux, which is used to compile multiple c/c++ source files into target files.

License

Notifications You must be signed in to change notification settings

buttfa/CCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCC

CCC_ICON

Directory

Project Name

CCC / C-series compiler coprocessor

Project Introduction

This project aims to provide a simple build tool for Linux, which is used to compile multiple c/c++ source files into target files.

Installation and uninstallation methods

(1) Compile project

make COMPILE_MODE=release
// Or (provided that CCC has been installed)
ccc release

(2) Installation project

sudo make install

(3) Delete intermediate files and target

make clean
// Or (provided that CCC has been installed)
ccc clean

(4) Uninstall Project

sudo make uninstall

Usage

Method 1: Create your own. ccc file

If you have already created a project, you can create a .ccc file by yourself to manage the project.

(1) Create a .ccc file

Create an XXX.ccc file(Recommended to be named project.ccc). Please refer to the CCC_en.md under this project for specific content.

(2) Edit .ccc file

For specific details, please refer to CCC_en.md under this project

(3) Run the CCC command

Run the ccc XXX.ccc command to execute the first task in the ccc file, or the ccc XXX.ccc task_name command to execute the specified task in the ccc file.(If the .ccc file name is project.ccc, then XXX.ccc can be omitted)

About

This project aims to provide a simple build tool for Linux, which is used to compile multiple c/c++ source files into target files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published