Skip to content

Simple build script to automate compilation, linking and execution of C++ and C-programs.

License

Notifications You must be signed in to change notification settings

alexandengstrom/easy-pyc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-pyc

EasyPyC is a simple build script designed for small C and C++ projects. It automates the process of compilation, linking process and running the executable without needing to create a Makefile. It will search for source and header files in the current directory and try to figure out how it should be compiled by itself. To make this work, we assume there is only one main function in the current directory. Note that this is not suitable for real projects.

Setup

To setup the project. First clone the repo:

git clone git@github.com:alexandengstrom/easy-pyc.git

Navigate to the project directory:

cd easy-pyc

Run the setup script:

bash setup.sh

Usage

After running the setup script, the command epyc can be used in the terminal to compile and run C and C++ projects.

About

Simple build script to automate compilation, linking and execution of C++ and C-programs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published