Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 277 Bytes

File metadata and controls

10 lines (8 loc) · 277 Bytes

Micro Edit

Small project to make a tiny text editor in C

Build Steps

This project uses cmake as the build system. Call cmake on the src directory to generate system specific make instructions, then call make or cmake --build to build.

cmake ./src
make