Skip to content

SanDevil23/c_build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains various build techniques required to develop the lower level of a production code.

1. how to compile C and C++ codes by creating their .o files

Compilation

1. to create the target .exe file, run make command inside C pkg.

2. to clean the output code files, run make clean command inside the C pkg.

About

Building architecture on C, C++, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published