# cit **Repository Path**: mcu_rookie/cit ## Basic Information - **Project Name**: cit - **Description**: Clone from github. (fanzhidongyzby/cit) - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-05-17 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cit ### Learn to make compiler assemblier and linker. ## build ``` bash $ cd cit $ make ``` ## cmake ``` bash $ cd cit $ make cmake ``` or ``` bash $ cd cit $ mkdir build && cd build && cmake .. && make ``` ## run ```bash $ ./bin/cit.exe