Skip to content

Samuka-C/TextFixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

compile all library source code: gcc -c [file.c]

bundle them into a library rm .\mylib.a ar rcs .\mylib.a *.o

update library with single new compiled source code gcc -c [file.c] ar rcs .\mylib.a [file.o]

compile the main source file gcc .\src\main.c .\mylib.a -o .\textFixer.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages