Skip to content

dnmalenke/c-project-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

c-project-manager

Create c projects, add source files, and update your makefile automatically with this tool

c-project-manager.py scans for new .c/.h files and updates the makefile for the c project in the current directory c-project-manager.py test scans for new .c/.h files and updates the makefile for the c project in the test directory c-project-manager.py --new test creates a new c project in the test directory c-project-manager.py --add code creates code.c and code.h within the src directory of the c project in the current directory and updates the makefile

Makefile commands make builds the project using optimized settings make optimized builds the project using optimized settings make debug builds the project using debug settings make run builds the project using optimized settings and runs the program make gdb builds the project using debug settings and runs the program within gdb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published